HEX: #557BAE
RGB: (85,123,174)
#557BAE enthält hauptsächlich grüne und blaue Farbe. Für #557BAE ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #557BAE wird in RGB als (85,123,174) definiert.
RGB: (85,123,174)
(33%, 48%, 68%)
R 85 von 255 = 33%
G 123 von 255 = 48%
B 174 von 255 = 68%
R + G + B ~ 50%. #557BAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 123 + 174 = 382 (100%)
R 85 von 382 ~ 22.25%
G 123 von 382 ~ 32.2%
B 174 von 382 ~ 45.55'%
Die Farbe #557BAE wird in CMYK als (51,29,0,32) definiert.
CMYK: (51,29,0,32)
C51M29Y0K32 (51%, 29%, 0%, 32%)
(0.51 / 0.29 / 0.00 / 0.32)
Farbe #557BAE in den populären Farbmodellen.
55 | 7B | AE | |
---|---|---|---|
RGB | 85 | 123 | 174 |
HSL | 214° | 35.46% | 50.78% |
HSB/HSV | 214° | 51.15% | 68.24% |
CMYK | 51.15% | 29.31% | 0.00% |
31.76% |
Die Farbe #557BAE in den populären Zahlensystemen.
Hexadezimal | 55 | 7B | AE |
Dezimal | 85 | 123 | 174 |
Binär | 1010101 | 1111011 | 10101110 |
Oktal | 125 | 173 | 256 |
Dunkle Töne der Farbe #557BAE
Helle Töne der Farbe #557BAE
Beispiele css- und html für Elemente in der Farbe #557BAE. Bitte benutzen Sie auch rgb(85,123,174) statt hex-Code.
.myTextColor { color: #557BAE; }
<p style="color:#557BAE">This sample text font color is #557BAE.</p>
Die Farbe dieses Textes ist #557BAE.
.myBgColor { background-color: #557BAE; }
<div style="background-color:#557BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #557BAE.
.myBorderColor { border: 1px solid #557BAE; }
<div style="border:3px solid #557BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #557BAE.
.myOpacity80 { color: #557BAE; opacity: 0.8; }
<p style="color:#557BAE;opacity:0.8;">80%</p>
Text in Farbe #557BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #557BAE;}
<p style="text-shadow: 3px 3px 1px #557BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #557BAE.
.textShadow {text-shadow: 3px 3px 1px #557BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #557BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #557BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#557BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#557BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #557BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #557BAE;
-webkit-box-shadow: 1px 1px 3px 2px #557BAE;
box-shadow: 1px 1px 3px 2px #557BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #557BAE; -webkit-box-shadow: 1px 1px 3px 2px #557BAE; box-shadow:1px 1px 3px 2px #557BAE;">
Div content here
</div>
Dieser Text ist in der Farbe #557BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #557BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #557BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #557BAE.
Kontrastfarbe für #hex ist #AA8451.