HEX: #5B5680
RGB: (91,86,128)
#5B5680 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #5B5680 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #5B5680 wird in RGB als (91,86,128) definiert.
RGB: (91,86,128)
(36%, 34%, 50%)
R 91 von 255 = 36%
G 86 von 255 = 34%
B 128 von 255 = 50%
R + G + B ~ 40%. #5B5680 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 91 + 86 + 128 = 305 (100%)
R 91 von 305 ~ 29.84%
G 86 von 305 ~ 28.2%
B 128 von 305 ~ 41.97'%
Die Farbe #5B5680 wird in CMYK als (29,33,0,50) definiert.
CMYK: (29,33,0,50) C29M33Y0K50 (29%,33%,0%,50%) (0.29/0.33/0.00/0.50)
Farbe #5B5680 in den populären Farbmodellen.
5B | 56 | 80 | |
---|---|---|---|
RGB | 91 | 86 | 128 |
HSL | 247° | 19.63% | 41.96% |
HSB/HSV | 247° | 32.81% | 50.20% |
CMYK | 28.91% | 32.81% | 0.00% |
49.80% |
Die Farbe #5B5680 in den populären Zahlensystemen.
Hexadezimal | 5B | 56 | 80 |
Dezimal | 91 | 86 | 128 |
Binär | 1011011 | 1010110 | 10000000 |
Oktal | 133 | 126 | 200 |
Dunkle Töne der Farbe #5B5680
Helle Töne der Farbe #5B5680
Beispiele css- und html für Elemente in der Farbe #5B5680. Bitte benutzen Sie auch rgb(91,86,128) statt hex-Code.
.myTextColor { color: #5B5680; }
<p style="color:#5B5680">This sample text font color is #5B5680.</p>
Die Farbe dieses Textes ist #5B5680.
.myBgColor { background-color: #5B5680; }
<div style="background-color:#5B5680">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5B5680.
.myBorderColor { border: 1px solid #5B5680; }
<div style="border:3px solid #5B5680">Div</div>
Die Grenzen von diesem div sind in Farbe #5B5680.
.myOpacity80 { color: #5B5680; opacity: 0.8; }
<p style="color:#5B5680;opacity:0.8;">80%</p>
Text in Farbe #5B5680 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5B5680;}
<p style="text-shadow: 3px 3px 1px #5B5680">Text here.</p>
Dieser Text hat den Schatten in Farbe #5B5680.
.textShadow {text-shadow: 3px 3px 1px #5B5680', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5B5680, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5B5680 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B5680, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5B5680, Direction=45, Strength=4)">Text</p>
This text has shadow with #5B5680 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5B5680;
-webkit-box-shadow: 1px 1px 3px 2px #5B5680;
box-shadow: 1px 1px 3px 2px #5B5680;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B5680; -webkit-box-shadow: 1px 1px 3px 2px #5B5680; box-shadow:1px 1px 3px 2px #5B5680;">
Div content here
</div>
Dieser Text ist in der Farbe #5B5680 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5B5680 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5B5680.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5B5680.
Kontrastfarbe für #hex ist #A4A97F.