HEX: #555565
RGB: (85,85,101)
#555565 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #555565 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #555565 wird in RGB als (85,85,101) definiert.
RGB: (85,85,101) (33%,33%,40%)
R 85 von 255 = 33%
G 85 von 255 = 33%
B 101 von 255 = 40%
R + G + B ~ 35%. #555565 ziemlich dunkle Farbe.
R + G + B =
85 + 85 + 101 = 271 (100%)
R 85 von 271 ~ 31.37%
G 85 von 271 ~ 31.37%
B 101 von 271 ~ 37.27%
Die Farbe #555565 wird in CMYK als (16,16,0,60) definiert.
CMYK: (16,16,0,60) C16M16Y0K60 (16%,16%,0%,60%) (0.16/0.16/0.00/0.60)
55 | 55 | 65 | |
---|---|---|---|
RGB | 85 | 85 | 101 |
HSL | 240° | 8.60% | 36.47% |
HSB/HSV | 240° | 15.84% | 39.61% |
CMYK | 15.84% | 15.84% | 0.00% |
60.39% |
Hexadezimal | 55 | 55 | 65 |
Dezimal | 85 | 85 | 101 |
Binär | 1010101 | 1010101 | 1100101 |
Oktal | 125 | 125 | 145 |
Beispiele css- und html für Elemente in der Farbe #555565. Bitte benutzen Sie auch rgb(85,85,101) statt hex-Code.
.myTextColor { color: #555565; }
<p style="color:#555565">This sample text font color is #555565.</p>
Die Farbe dieses Textes ist #555565.
.myBgColor { background-color: #555565; }
<div style="background-color:#555565">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #555565.
.myBorderColor { border: 1px solid #555565; }
<div style="border:3px solid #555565">Div</div>
Die Grenzen von diesem div sind in Farbe #555565.
.myOpacity80 { color: #555565; opacity: 0.8; }
<p style="color:#555565;opacity:0.8;">80%</p>
Text in Farbe #555565 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #555565;}
<p style="text-shadow: 3px 3px 1px #555565">Text here.</p>
Dieser Text hat den Schatten in Farbe #555565.
.textShadow {text-shadow: 3px 3px 1px #555565, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #555565, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #555565 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#555565, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#555565, Direction=45, Strength=4)">Text</p>
This text has shadow with #555565 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #555565; -webkit-box-shadow: 1px 1px 3px 2px #555565; box-shadow: 1px 1px 3px 2px #555565; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #555565; -webkit-box-shadow: 1px 1px 3px 2px #555565; box-shadow:1px 1px 3px 2px #555565;">
Div content here</div>
Dieser Text ist in der Farbe #555565 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #555565 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #555565.
Dieser Text ist weiß auf dem Hintergrund in Farbe #555565.