HEX: #5586BB
RGB: (85,134,187)
#5586BB enthält hauptsächlich grüne und blaue Farbe. Für #5586BB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #5586BB wird in RGB als (85,134,187) definiert.
RGB: (85,134,187)
(33%, 53%, 73%)
R 85 von 255 = 33%
G 134 von 255 = 53%
B 187 von 255 = 73%
R + G + B ~ 53%. #5586BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 134 + 187 = 406 (100%)
R 85 von 406 ~ 20.94%
G 134 von 406 ~ 33%
B 187 von 406 ~ 46.06'%
Die Farbe #5586BB wird in CMYK als (55,28,0,27) definiert.
CMYK: (55,28,0,27) C55M28Y0K27 (55%,28%,0%,27%) (0.55/0.28/0.00/0.27)
Farbe #5586BB in den populären Farbmodellen.
55 | 86 | BB | |
---|---|---|---|
RGB | 85 | 134 | 187 |
HSL | 211° | 42.86% | 53.33% |
HSB/HSV | 211° | 54.55% | 73.33% |
CMYK | 54.55% | 28.34% | 0.00% |
26.67% |
Die Farbe #5586BB in den populären Zahlensystemen.
Hexadezimal | 55 | 86 | BB |
Dezimal | 85 | 134 | 187 |
Binär | 1010101 | 10000110 | 10111011 |
Oktal | 125 | 206 | 273 |
Dunkle Töne der Farbe #5586BB
Helle Töne der Farbe #5586BB
Beispiele css- und html für Elemente in der Farbe #5586BB. Bitte benutzen Sie auch rgb(85,134,187) statt hex-Code.
.myTextColor { color: #5586BB; }
<p style="color:#5586BB">This sample text font color is #5586BB.</p>
Die Farbe dieses Textes ist #5586BB.
.myBgColor { background-color: #5586BB; }
<div style="background-color:#5586BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5586BB.
.myBorderColor { border: 1px solid #5586BB; }
<div style="border:3px solid #5586BB">Div</div>
Die Grenzen von diesem div sind in Farbe #5586BB.
.myOpacity80 { color: #5586BB; opacity: 0.8; }
<p style="color:#5586BB;opacity:0.8;">80%</p>
Text in Farbe #5586BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5586BB;}
<p style="text-shadow: 3px 3px 1px #5586BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #5586BB.
.textShadow {text-shadow: 3px 3px 1px #5586BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5586BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5586BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5586BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5586BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #5586BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5586BB;
-webkit-box-shadow: 1px 1px 3px 2px #5586BB;
box-shadow: 1px 1px 3px 2px #5586BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5586BB; -webkit-box-shadow: 1px 1px 3px 2px #5586BB; box-shadow:1px 1px 3px 2px #5586BB;">
Div content here
</div>
Dieser Text ist in der Farbe #5586BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5586BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5586BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5586BB.
Kontrastfarbe für #hex ist #AA7944.