HEX: #55516C
RGB: (85,81,108)
#55516C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #55516C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #55516C wird in RGB als (85,81,108) definiert.
RGB: (85,81,108) (33%,32%,42%)
R 85 von 255 = 33%
G 81 von 255 = 32%
B 108 von 255 = 42%
R + G + B ~ 36%. #55516C ziemlich dunkle Farbe.
R + G + B =
85 + 81 + 108 = 274 (100%)
R 85 von 274 ~ 31.02%
G 81 von 274 ~ 29.56%
B 108 von 274 ~ 39.42%
Die Farbe #55516C wird in CMYK als (21,25,0,58) definiert.
CMYK: (21,25,0,58) C21M25Y0K58 (21%,25%,0%,58%) (0.21/0.25/0.00/0.58)
55 | 51 | 6C | |
---|---|---|---|
RGB | 85 | 81 | 108 |
HSL | 249° | 14.29% | 37.06% |
HSB/HSV | 249° | 25.00% | 42.35% |
CMYK | 21.30% | 25.00% | 0.00% |
57.65% |
Hexadezimal | 55 | 51 | 6C |
Dezimal | 85 | 81 | 108 |
Binär | 1010101 | 1010001 | 1101100 |
Oktal | 125 | 121 | 154 |
Beispiele css- und html für Elemente in der Farbe #55516C. Bitte benutzen Sie auch rgb(85,81,108) statt hex-Code.
.myTextColor { color: #55516C; }
<p style="color:#55516C">This sample text font color is #55516C.</p>
Die Farbe dieses Textes ist #55516C.
.myBgColor { background-color: #55516C; }
<div style="background-color:#55516C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55516C.
.myBorderColor { border: 1px solid #55516C; }
<div style="border:3px solid #55516C">Div</div>
Die Grenzen von diesem div sind in Farbe #55516C.
.myOpacity80 { color: #55516C; opacity: 0.8; }
<p style="color:#55516C;opacity:0.8;">80%</p>
Text in Farbe #55516C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55516C;}
<p style="text-shadow: 3px 3px 1px #55516C">Text here.</p>
Dieser Text hat den Schatten in Farbe #55516C.
.textShadow {text-shadow: 3px 3px 1px #55516C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55516C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55516C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55516C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55516C, Direction=45, Strength=4)">Text</p>
This text has shadow with #55516C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55516C; -webkit-box-shadow: 1px 1px 3px 2px #55516C; box-shadow: 1px 1px 3px 2px #55516C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #55516C; -webkit-box-shadow: 1px 1px 3px 2px #55516C; box-shadow:1px 1px 3px 2px #55516C;">
Div content here</div>
Dieser Text ist in der Farbe #55516C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55516C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55516C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55516C.