HEX: #558496
RGB: (85,132,150)
#558496 enthält hauptsächlich grüne und blaue Farbe. Für #558496 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #558496 wird in RGB als (85,132,150) definiert.
RGB: (85,132,150)
(33%, 52%, 59%)
R 85 von 255 = 33%
G 132 von 255 = 52%
B 150 von 255 = 59%
R + G + B ~ 48%. #558496 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 132 + 150 = 367 (100%)
R 85 von 367 ~ 23.16%
G 132 von 367 ~ 35.97%
B 150 von 367 ~ 40.87'%
Die Farbe #558496 wird in CMYK als (43,12,0,41) definiert.
CMYK: (43,12,0,41)
C43M12Y0K41 (43%, 12%, 0%, 41%)
(0.43 / 0.12 / 0.00 / 0.41)
Farbe #558496 in den populären Farbmodellen.
55 | 84 | 96 | |
---|---|---|---|
RGB | 85 | 132 | 150 |
HSL | 197° | 27.66% | 46.08% |
HSB/HSV | 197° | 43.33% | 58.82% |
CMYK | 43.33% | 12.00% | 0.00% |
41.18% |
Die Farbe #558496 in den populären Zahlensystemen.
Hexadezimal | 55 | 84 | 96 |
Dezimal | 85 | 132 | 150 |
Binär | 1010101 | 10000100 | 10010110 |
Oktal | 125 | 204 | 226 |
Dunkle Töne der Farbe #558496
Helle Töne der Farbe #558496
Beispiele css- und html für Elemente in der Farbe #558496. Bitte benutzen Sie auch rgb(85,132,150) statt hex-Code.
.myTextColor { color: #558496; }
<p style="color:#558496">This sample text font color is #558496.</p>
Die Farbe dieses Textes ist #558496.
.myBgColor { background-color: #558496; }
<div style="background-color:#558496">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #558496.
.myBorderColor { border: 1px solid #558496; }
<div style="border:3px solid #558496">Div</div>
Die Grenzen von diesem div sind in Farbe #558496.
.myOpacity80 { color: #558496; opacity: 0.8; }
<p style="color:#558496;opacity:0.8;">80%</p>
Text in Farbe #558496 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #558496;}
<p style="text-shadow: 3px 3px 1px #558496">Text here.</p>
Dieser Text hat den Schatten in Farbe #558496.
.textShadow {text-shadow: 3px 3px 1px #558496', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #558496, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #558496 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#558496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#558496, Direction=45, Strength=4)">Text</p>
This text has shadow with #558496 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #558496;
-webkit-box-shadow: 1px 1px 3px 2px #558496;
box-shadow: 1px 1px 3px 2px #558496;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #558496; -webkit-box-shadow: 1px 1px 3px 2px #558496; box-shadow:1px 1px 3px 2px #558496;">
Div content here
</div>
Dieser Text ist in der Farbe #558496 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #558496 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #558496.
Dieser Text ist weiß auf dem Hintergrund in Farbe #558496.
Kontrastfarbe für #hex ist #AA7B69.