HEX: #55667D
RGB: (85,102,125)
#55667D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #55667D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #55667D wird in RGB als (85,102,125) definiert.
RGB: (85,102,125)
(33%, 40%, 49%)
R 85 von 255 = 33%
G 102 von 255 = 40%
B 125 von 255 = 49%
R + G + B ~ 41%. #55667D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 102 + 125 = 312 (100%)
R 85 von 312 ~ 27.24%
G 102 von 312 ~ 32.69%
B 125 von 312 ~ 40.06'%
Die Farbe #55667D wird in CMYK als (32,18,0,51) definiert.
CMYK: (32,18,0,51)
C32M18Y0K51 (32%, 18%, 0%, 51%)
(0.32 / 0.18 / 0.00 / 0.51)
Farbe #55667D in den populären Farbmodellen.
55 | 66 | 7D | |
---|---|---|---|
RGB | 85 | 102 | 125 |
HSL | 215° | 19.05% | 41.18% |
HSB/HSV | 215° | 32.00% | 49.02% |
CMYK | 32.00% | 18.40% | 0.00% |
50.98% |
Die Farbe #55667D in den populären Zahlensystemen.
Hexadezimal | 55 | 66 | 7D |
Dezimal | 85 | 102 | 125 |
Binär | 1010101 | 1100110 | 1111101 |
Oktal | 125 | 146 | 175 |
Dunkle Töne der Farbe #55667D
Helle Töne der Farbe #55667D
Beispiele css- und html für Elemente in der Farbe #55667D. Bitte benutzen Sie auch rgb(85,102,125) statt hex-Code.
.myTextColor { color: #55667D; }
<p style="color:#55667D">This sample text font color is #55667D.</p>
Die Farbe dieses Textes ist #55667D.
.myBgColor { background-color: #55667D; }
<div style="background-color:#55667D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55667D.
.myBorderColor { border: 1px solid #55667D; }
<div style="border:3px solid #55667D">Div</div>
Die Grenzen von diesem div sind in Farbe #55667D.
.myOpacity80 { color: #55667D; opacity: 0.8; }
<p style="color:#55667D;opacity:0.8;">80%</p>
Text in Farbe #55667D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55667D;}
<p style="text-shadow: 3px 3px 1px #55667D">Text here.</p>
Dieser Text hat den Schatten in Farbe #55667D.
.textShadow {text-shadow: 3px 3px 1px #55667D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55667D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55667D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55667D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55667D, Direction=45, Strength=4)">Text</p>
This text has shadow with #55667D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55667D;
-webkit-box-shadow: 1px 1px 3px 2px #55667D;
box-shadow: 1px 1px 3px 2px #55667D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55667D; -webkit-box-shadow: 1px 1px 3px 2px #55667D; box-shadow:1px 1px 3px 2px #55667D;">
Div content here
</div>
Dieser Text ist in der Farbe #55667D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55667D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55667D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55667D.
Kontrastfarbe für #hex ist #AA9982.