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