HEX: #51556B
RGB: (81,85,107)
#51556B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #51556B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #51556B wird in RGB als (81,85,107) definiert.
RGB: (81,85,107)
(32%, 33%, 42%)
R 81 von 255 = 32%
G 85 von 255 = 33%
B 107 von 255 = 42%
R + G + B ~ 36%. #51556B ziemlich dunkle Farbe.
R + G + B = 81 + 85 + 107 = 273 (100%)
R 81 von 273 ~ 29.67%
G 85 von 273 ~ 31.14%
B 107 von 273 ~ 39.19'%
Die Farbe #51556B wird in CMYK als (24,21,0,58) definiert.
CMYK: (24,21,0,58)
C24M21Y0K58 (24%, 21%, 0%, 58%)
(0.24 / 0.21 / 0.00 / 0.58)
Farbe #51556B in den populären Farbmodellen.
51 | 55 | 6B | |
---|---|---|---|
RGB | 81 | 85 | 107 |
HSL | 231° | 13.83% | 36.86% |
HSB/HSV | 231° | 24.30% | 41.96% |
CMYK | 24.30% | 20.56% | 0.00% |
58.04% |
Die Farbe #51556B in den populären Zahlensystemen.
Hexadezimal | 51 | 55 | 6B |
Dezimal | 81 | 85 | 107 |
Binär | 1010001 | 1010101 | 1101011 |
Oktal | 121 | 125 | 153 |
Dunkle Töne der Farbe #51556B
Helle Töne der Farbe #51556B
Beispiele css- und html für Elemente in der Farbe #51556B. Bitte benutzen Sie auch rgb(81,85,107) statt hex-Code.
.myTextColor { color: #51556B; }
<p style="color:#51556B">This sample text font color is #51556B.</p>
Die Farbe dieses Textes ist #51556B.
.myBgColor { background-color: #51556B; }
<div style="background-color:#51556B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51556B.
.myBorderColor { border: 1px solid #51556B; }
<div style="border:3px solid #51556B">Div</div>
Die Grenzen von diesem div sind in Farbe #51556B.
.myOpacity80 { color: #51556B; opacity: 0.8; }
<p style="color:#51556B;opacity:0.8;">80%</p>
Text in Farbe #51556B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51556B;}
<p style="text-shadow: 3px 3px 1px #51556B">Text here.</p>
Dieser Text hat den Schatten in Farbe #51556B.
.textShadow {text-shadow: 3px 3px 1px #51556B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51556B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51556B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51556B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51556B, Direction=45, Strength=4)">Text</p>
This text has shadow with #51556B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51556B;
-webkit-box-shadow: 1px 1px 3px 2px #51556B;
box-shadow: 1px 1px 3px 2px #51556B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51556B; -webkit-box-shadow: 1px 1px 3px 2px #51556B; box-shadow:1px 1px 3px 2px #51556B;">
Div content here
</div>
Dieser Text ist in der Farbe #51556B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51556B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51556B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51556B.
Kontrastfarbe für #hex ist #AEAA94.