HEX: #5588BE
RGB: (85,136,190)
#5588BE enthält hauptsächlich grüne und blaue Farbe. Für #5588BE ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #5588BE wird in RGB als (85,136,190) definiert.
RGB: (85,136,190)
(33%, 53%, 75%)
R 85 von 255 = 33%
G 136 von 255 = 53%
B 190 von 255 = 75%
R + G + B ~ 54%. #5588BE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 136 + 190 = 411 (100%)
R 85 von 411 ~ 20.68%
G 136 von 411 ~ 33.09%
B 190 von 411 ~ 46.23'%
Die Farbe #5588BE wird in CMYK als (55,28,0,25) definiert.
CMYK: (55,28,0,25)
C55M28Y0K25 (55%, 28%, 0%, 25%)
(0.55 / 0.28 / 0.00 / 0.25)
Farbe #5588BE in den populären Farbmodellen.
55 | 88 | BE | |
---|---|---|---|
RGB | 85 | 136 | 190 |
HSL | 211° | 44.68% | 53.92% |
HSB/HSV | 211° | 55.26% | 74.51% |
CMYK | 55.26% | 28.42% | 0.00% |
25.49% |
Die Farbe #5588BE in den populären Zahlensystemen.
Hexadezimal | 55 | 88 | BE |
Dezimal | 85 | 136 | 190 |
Binär | 1010101 | 10001000 | 10111110 |
Oktal | 125 | 210 | 276 |
Dunkle Töne der Farbe #5588BE
Helle Töne der Farbe #5588BE
Beispiele css- und html für Elemente in der Farbe #5588BE. Bitte benutzen Sie auch rgb(85,136,190) statt hex-Code.
.myTextColor { color: #5588BE; }
<p style="color:#5588BE">This sample text font color is #5588BE.</p>
Die Farbe dieses Textes ist #5588BE.
.myBgColor { background-color: #5588BE; }
<div style="background-color:#5588BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5588BE.
.myBorderColor { border: 1px solid #5588BE; }
<div style="border:3px solid #5588BE">Div</div>
Die Grenzen von diesem div sind in Farbe #5588BE.
.myOpacity80 { color: #5588BE; opacity: 0.8; }
<p style="color:#5588BE;opacity:0.8;">80%</p>
Text in Farbe #5588BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5588BE;}
<p style="text-shadow: 3px 3px 1px #5588BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #5588BE.
.textShadow {text-shadow: 3px 3px 1px #5588BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5588BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5588BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5588BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5588BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #5588BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5588BE;
-webkit-box-shadow: 1px 1px 3px 2px #5588BE;
box-shadow: 1px 1px 3px 2px #5588BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5588BE; -webkit-box-shadow: 1px 1px 3px 2px #5588BE; box-shadow:1px 1px 3px 2px #5588BE;">
Div content here
</div>
Dieser Text ist in der Farbe #5588BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5588BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5588BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5588BE.
Kontrastfarbe für #hex ist #AA7741.