HEX: #557EB6
RGB: (85,126,182)
#557EB6 enthält hauptsächlich grüne und blaue Farbe. Für #557EB6 ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #557EB6 wird in RGB als (85,126,182) definiert.
RGB: (85,126,182)
(33%, 49%, 71%)
R 85 von 255 = 33%
G 126 von 255 = 49%
B 182 von 255 = 71%
R + G + B ~ 51%. #557EB6 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 126 + 182 = 393 (100%)
R 85 von 393 ~ 21.63%
G 126 von 393 ~ 32.06%
B 182 von 393 ~ 46.31'%
Die Farbe #557EB6 wird in CMYK als (53,31,0,29) definiert.
CMYK: (53,31,0,29)
C53M31Y0K29 (53%, 31%, 0%, 29%)
(0.53 / 0.31 / 0.00 / 0.29)
Farbe #557EB6 in den populären Farbmodellen.
55 | 7E | B6 | |
---|---|---|---|
RGB | 85 | 126 | 182 |
HSL | 215° | 39.92% | 52.35% |
HSB/HSV | 215° | 53.30% | 71.37% |
CMYK | 53.30% | 30.77% | 0.00% |
28.63% |
Die Farbe #557EB6 in den populären Zahlensystemen.
Hexadezimal | 55 | 7E | B6 |
Dezimal | 85 | 126 | 182 |
Binär | 1010101 | 1111110 | 10110110 |
Oktal | 125 | 176 | 266 |
Dunkle Töne der Farbe #557EB6
Helle Töne der Farbe #557EB6
Beispiele css- und html für Elemente in der Farbe #557EB6. Bitte benutzen Sie auch rgb(85,126,182) statt hex-Code.
.myTextColor { color: #557EB6; }
<p style="color:#557EB6">This sample text font color is #557EB6.</p>
Die Farbe dieses Textes ist #557EB6.
.myBgColor { background-color: #557EB6; }
<div style="background-color:#557EB6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #557EB6.
.myBorderColor { border: 1px solid #557EB6; }
<div style="border:3px solid #557EB6">Div</div>
Die Grenzen von diesem div sind in Farbe #557EB6.
.myOpacity80 { color: #557EB6; opacity: 0.8; }
<p style="color:#557EB6;opacity:0.8;">80%</p>
Text in Farbe #557EB6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #557EB6;}
<p style="text-shadow: 3px 3px 1px #557EB6">Text here.</p>
Dieser Text hat den Schatten in Farbe #557EB6.
.textShadow {text-shadow: 3px 3px 1px #557EB6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #557EB6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #557EB6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#557EB6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#557EB6, Direction=45, Strength=4)">Text</p>
This text has shadow with #557EB6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #557EB6;
-webkit-box-shadow: 1px 1px 3px 2px #557EB6;
box-shadow: 1px 1px 3px 2px #557EB6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #557EB6; -webkit-box-shadow: 1px 1px 3px 2px #557EB6; box-shadow:1px 1px 3px 2px #557EB6;">
Div content here
</div>
Dieser Text ist in der Farbe #557EB6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #557EB6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #557EB6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #557EB6.
Kontrastfarbe für #hex ist #AA8149.