HEX: #5575AD
RGB: (85,117,173)
#5575AD enthält hauptsächlich grüne und blaue Farbe. Für #5575AD ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #5575AD wird in RGB als (85,117,173) definiert.
RGB: (85,117,173) (33%,46%,68%)
R 85 von 255 = 33%
G 117 von 255 = 46%
B 173 von 255 = 68%
R + G + B ~ 49%. #5575AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
85 + 117 + 173 = 375 (100%)
R 85 von 375 ~ 22.67%
G 117 von 375 ~ 31.2%
B 173 von 375 ~ 46.13%
Die Farbe #5575AD wird in CMYK als (51,32,0,32) definiert.
CMYK: (51,32,0,32) C51M32Y0K32 (51%,32%,0%,32%) (0.51/0.32/0.00/0.32)
55 | 75 | AD | |
---|---|---|---|
RGB | 85 | 117 | 173 |
HSL | 218° | 34.92% | 50.59% |
HSB/HSV | 218° | 50.87% | 67.84% |
CMYK | 50.87% | 32.37% | 0.00% |
32.16% |
Hexadezimal | 55 | 75 | AD |
Dezimal | 85 | 117 | 173 |
Binär | 1010101 | 1110101 | 10101101 |
Oktal | 125 | 165 | 255 |
Beispiele css- und html für Elemente in der Farbe #5575AD. Bitte benutzen Sie auch rgb(85,117,173) statt hex-Code.
.myTextColor { color: #5575AD; }
<p style="color:#5575AD">This sample text font color is #5575AD.</p>
Die Farbe dieses Textes ist #5575AD.
.myBgColor { background-color: #5575AD; }
<div style="background-color:#5575AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5575AD.
.myBorderColor { border: 1px solid #5575AD; }
<div style="border:3px solid #5575AD">Div</div>
Die Grenzen von diesem div sind in Farbe #5575AD.
.myOpacity80 { color: #5575AD; opacity: 0.8; }
<p style="color:#5575AD;opacity:0.8;">80%</p>
Text in Farbe #5575AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5575AD;}
<p style="text-shadow: 3px 3px 1px #5575AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #5575AD.
.textShadow {text-shadow: 3px 3px 1px #5575AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5575AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5575AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5575AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5575AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #5575AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5575AD; -webkit-box-shadow: 1px 1px 3px 2px #5575AD; box-shadow: 1px 1px 3px 2px #5575AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5575AD; -webkit-box-shadow: 1px 1px 3px 2px #5575AD; box-shadow:1px 1px 3px 2px #5575AD;">
Div content here</div>
Dieser Text ist in der Farbe #5575AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5575AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5575AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5575AD.