HEX: #55657D
RGB: (85,101,125)
#55657D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #55657D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #55657D wird in RGB als (85,101,125) definiert.
RGB: (85,101,125) (33%,40%,49%)
R 85 von 255 = 33%
G 101 von 255 = 40%
B 125 von 255 = 49%
R + G + B ~ 41%. #55657D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
85 + 101 + 125 = 311 (100%)
R 85 von 311 ~ 27.33%
G 101 von 311 ~ 32.48%
B 125 von 311 ~ 40.19%
Die Farbe #55657D wird in CMYK als (32,19,0,51) definiert.
CMYK: (32,19,0,51) C32M19Y0K51 (32%,19%,0%,51%) (0.32/0.19/0.00/0.51)
55 | 65 | 7D | |
---|---|---|---|
RGB | 85 | 101 | 125 |
HSL | 216° | 19.05% | 41.18% |
HSB/HSV | 216° | 32.00% | 49.02% |
CMYK | 32.00% | 19.20% | 0.00% |
50.98% |
Hexadezimal | 55 | 65 | 7D |
Dezimal | 85 | 101 | 125 |
Binär | 1010101 | 1100101 | 1111101 |
Oktal | 125 | 145 | 175 |
Beispiele css- und html für Elemente in der Farbe #55657D. Bitte benutzen Sie auch rgb(85,101,125) statt hex-Code.
.myTextColor { color: #55657D; }
<p style="color:#55657D">This sample text font color is #55657D.</p>
Die Farbe dieses Textes ist #55657D.
.myBgColor { background-color: #55657D; }
<div style="background-color:#55657D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55657D.
.myBorderColor { border: 1px solid #55657D; }
<div style="border:3px solid #55657D">Div</div>
Die Grenzen von diesem div sind in Farbe #55657D.
.myOpacity80 { color: #55657D; opacity: 0.8; }
<p style="color:#55657D;opacity:0.8;">80%</p>
Text in Farbe #55657D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55657D;}
<p style="text-shadow: 3px 3px 1px #55657D">Text here.</p>
Dieser Text hat den Schatten in Farbe #55657D.
.textShadow {text-shadow: 3px 3px 1px #55657D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55657D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55657D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55657D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55657D, Direction=45, Strength=4)">Text</p>
This text has shadow with #55657D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55657D; -webkit-box-shadow: 1px 1px 3px 2px #55657D; box-shadow: 1px 1px 3px 2px #55657D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #55657D; -webkit-box-shadow: 1px 1px 3px 2px #55657D; box-shadow:1px 1px 3px 2px #55657D;">
Div content here</div>
Dieser Text ist in der Farbe #55657D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55657D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55657D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55657D.