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