HEX: #586696
RGB: (88,102,150)
#586696 enthält hauptsächlich grüne und blaue Farbe. Für #586696 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #586696 wird in RGB als (88,102,150) definiert.
RGB: (88,102,150)
(35%, 40%, 59%)
R 88 von 255 = 35%
G 102 von 255 = 40%
B 150 von 255 = 59%
R + G + B ~ 45%. #586696 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 88 + 102 + 150 = 340 (100%)
R 88 von 340 ~ 25.88%
G 102 von 340 ~ 30%
B 150 von 340 ~ 44.12'%
Die Farbe #586696 wird in CMYK als (41,32,0,41) definiert.
CMYK: (41,32,0,41) C41M32Y0K41 (41%,32%,0%,41%) (0.41/0.32/0.00/0.41)
Farbe #586696 in den populären Farbmodellen.
58 | 66 | 96 | |
---|---|---|---|
RGB | 88 | 102 | 150 |
HSL | 226° | 26.05% | 46.67% |
HSB/HSV | 226° | 41.33% | 58.82% |
CMYK | 41.33% | 32.00% | 0.00% |
41.18% |
Die Farbe #586696 in den populären Zahlensystemen.
Hexadezimal | 58 | 66 | 96 |
Dezimal | 88 | 102 | 150 |
Binär | 1011000 | 1100110 | 10010110 |
Oktal | 130 | 146 | 226 |
Dunkle Töne der Farbe #586696
Helle Töne der Farbe #586696
Beispiele css- und html für Elemente in der Farbe #586696. Bitte benutzen Sie auch rgb(88,102,150) statt hex-Code.
.myTextColor { color: #586696; }
<p style="color:#586696">This sample text font color is #586696.</p>
Die Farbe dieses Textes ist #586696.
.myBgColor { background-color: #586696; }
<div style="background-color:#586696">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #586696.
.myBorderColor { border: 1px solid #586696; }
<div style="border:3px solid #586696">Div</div>
Die Grenzen von diesem div sind in Farbe #586696.
.myOpacity80 { color: #586696; opacity: 0.8; }
<p style="color:#586696;opacity:0.8;">80%</p>
Text in Farbe #586696 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #586696;}
<p style="text-shadow: 3px 3px 1px #586696">Text here.</p>
Dieser Text hat den Schatten in Farbe #586696.
.textShadow {text-shadow: 3px 3px 1px #586696', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #586696, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #586696 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#586696, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#586696, Direction=45, Strength=4)">Text</p>
This text has shadow with #586696 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #586696;
-webkit-box-shadow: 1px 1px 3px 2px #586696;
box-shadow: 1px 1px 3px 2px #586696;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #586696; -webkit-box-shadow: 1px 1px 3px 2px #586696; box-shadow:1px 1px 3px 2px #586696;">
Div content here
</div>
Dieser Text ist in der Farbe #586696 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #586696 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #586696.
Dieser Text ist weiß auf dem Hintergrund in Farbe #586696.
Kontrastfarbe für #hex ist #A79969.