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