HEX: #555766
RGB: (85,87,102)
#555766 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #555766 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #555766 wird in RGB als (85,87,102) definiert.
RGB: (85,87,102) (33%,34%,40%)
R 85 von 255 = 33%
G 87 von 255 = 34%
B 102 von 255 = 40%
R + G + B ~ 36%. #555766 ziemlich dunkle Farbe.
R + G + B =
85 + 87 + 102 = 274 (100%)
R 85 von 274 ~ 31.02%
G 87 von 274 ~ 31.75%
B 102 von 274 ~ 37.23%
Die Farbe #555766 wird in CMYK als (17,15,0,60) definiert.
CMYK: (17,15,0,60) C17M15Y0K60 (17%,15%,0%,60%) (0.17/0.15/0.00/0.60)
55 | 57 | 66 | |
---|---|---|---|
RGB | 85 | 87 | 102 |
HSL | 233° | 9.09% | 36.67% |
HSB/HSV | 233° | 16.67% | 40.00% |
CMYK | 16.67% | 14.71% | 0.00% |
60.00% |
Hexadezimal | 55 | 57 | 66 |
Dezimal | 85 | 87 | 102 |
Binär | 1010101 | 1010111 | 1100110 |
Oktal | 125 | 127 | 146 |
Beispiele css- und html für Elemente in der Farbe #555766. Bitte benutzen Sie auch rgb(85,87,102) statt hex-Code.
.myTextColor { color: #555766; }
<p style="color:#555766">This sample text font color is #555766.</p>
Die Farbe dieses Textes ist #555766.
.myBgColor { background-color: #555766; }
<div style="background-color:#555766">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #555766.
.myBorderColor { border: 1px solid #555766; }
<div style="border:3px solid #555766">Div</div>
Die Grenzen von diesem div sind in Farbe #555766.
.myOpacity80 { color: #555766; opacity: 0.8; }
<p style="color:#555766;opacity:0.8;">80%</p>
Text in Farbe #555766 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #555766;}
<p style="text-shadow: 3px 3px 1px #555766">Text here.</p>
Dieser Text hat den Schatten in Farbe #555766.
.textShadow {text-shadow: 3px 3px 1px #555766, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #555766, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #555766 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#555766, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#555766, Direction=45, Strength=4)">Text</p>
This text has shadow with #555766 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #555766; -webkit-box-shadow: 1px 1px 3px 2px #555766; box-shadow: 1px 1px 3px 2px #555766; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #555766; -webkit-box-shadow: 1px 1px 3px 2px #555766; box-shadow:1px 1px 3px 2px #555766;">
Div content here</div>
Dieser Text ist in der Farbe #555766 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #555766 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #555766.
Dieser Text ist weiß auf dem Hintergrund in Farbe #555766.