HEX: #555661
RGB: (85,86,97)
#555661 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #555661 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #555661 wird in RGB als (85,86,97) definiert.
RGB: (85,86,97) (33%,34%,38%)
R 85 von 255 = 33%
G 86 von 255 = 34%
B 97 von 255 = 38%
R + G + B ~ 35%. #555661 ziemlich dunkle Farbe.
R + G + B =
85 + 86 + 97 = 268 (100%)
R 85 von 268 ~ 31.72%
G 86 von 268 ~ 32.09%
B 97 von 268 ~ 36.19%
Die Farbe #555661 wird in CMYK als (12,11,0,62) definiert.
CMYK: (12,11,0,62) C12M11Y0K62 (12%,11%,0%,62%) (0.12/0.11/0.00/0.62)
55 | 56 | 61 | |
---|---|---|---|
RGB | 85 | 86 | 97 |
HSL | 235° | 6.59% | 35.69% |
HSB/HSV | 235° | 12.37% | 38.04% |
CMYK | 12.37% | 11.34% | 0.00% |
61.96% |
Hexadezimal | 55 | 56 | 61 |
Dezimal | 85 | 86 | 97 |
Binär | 1010101 | 1010110 | 1100001 |
Oktal | 125 | 126 | 141 |
Beispiele css- und html für Elemente in der Farbe #555661. Bitte benutzen Sie auch rgb(85,86,97) statt hex-Code.
.myTextColor { color: #555661; }
<p style="color:#555661">This sample text font color is #555661.</p>
Die Farbe dieses Textes ist #555661.
.myBgColor { background-color: #555661; }
<div style="background-color:#555661">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #555661.
.myBorderColor { border: 1px solid #555661; }
<div style="border:3px solid #555661">Div</div>
Die Grenzen von diesem div sind in Farbe #555661.
.myOpacity80 { color: #555661; opacity: 0.8; }
<p style="color:#555661;opacity:0.8;">80%</p>
Text in Farbe #555661 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #555661;}
<p style="text-shadow: 3px 3px 1px #555661">Text here.</p>
Dieser Text hat den Schatten in Farbe #555661.
.textShadow {text-shadow: 3px 3px 1px #555661, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #555661, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #555661 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#555661, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#555661, Direction=45, Strength=4)">Text</p>
This text has shadow with #555661 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #555661; -webkit-box-shadow: 1px 1px 3px 2px #555661; box-shadow: 1px 1px 3px 2px #555661; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #555661; -webkit-box-shadow: 1px 1px 3px 2px #555661; box-shadow:1px 1px 3px 2px #555661;">
Div content here</div>
Dieser Text ist in der Farbe #555661 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #555661 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #555661.
Dieser Text ist weiß auf dem Hintergrund in Farbe #555661.