HEX: #55516D
RGB: (85,81,109)
#55516D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #55516D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #55516D wird in RGB als (85,81,109) definiert.
RGB: (85,81,109)
(33%, 32%, 43%)
R 85 von 255 = 33%
G 81 von 255 = 32%
B 109 von 255 = 43%
R + G + B ~ 36%. #55516D ziemlich dunkle Farbe.
R + G + B = 85 + 81 + 109 = 275 (100%)
R 85 von 275 ~ 30.91%
G 81 von 275 ~ 29.45%
B 109 von 275 ~ 39.64'%
Die Farbe #55516D wird in CMYK als (22,26,0,57) definiert.
CMYK: (22,26,0,57) C22M26Y0K57 (22%,26%,0%,57%) (0.22/0.26/0.00/0.57)
Farbe #55516D in den populären Farbmodellen.
55 | 51 | 6D | |
---|---|---|---|
RGB | 85 | 81 | 109 |
HSL | 249° | 14.74% | 37.25% |
HSB/HSV | 249° | 25.69% | 42.75% |
CMYK | 22.02% | 25.69% | 0.00% |
57.25% |
Die Farbe #55516D in den populären Zahlensystemen.
Hexadezimal | 55 | 51 | 6D |
Dezimal | 85 | 81 | 109 |
Binär | 1010101 | 1010001 | 1101101 |
Oktal | 125 | 121 | 155 |
Dunkle Töne der Farbe #55516D
Helle Töne der Farbe #55516D
Beispiele css- und html für Elemente in der Farbe #55516D. Bitte benutzen Sie auch rgb(85,81,109) statt hex-Code.
.myTextColor { color: #55516D; }
<p style="color:#55516D">This sample text font color is #55516D.</p>
Die Farbe dieses Textes ist #55516D.
.myBgColor { background-color: #55516D; }
<div style="background-color:#55516D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55516D.
.myBorderColor { border: 1px solid #55516D; }
<div style="border:3px solid #55516D">Div</div>
Die Grenzen von diesem div sind in Farbe #55516D.
.myOpacity80 { color: #55516D; opacity: 0.8; }
<p style="color:#55516D;opacity:0.8;">80%</p>
Text in Farbe #55516D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55516D;}
<p style="text-shadow: 3px 3px 1px #55516D">Text here.</p>
Dieser Text hat den Schatten in Farbe #55516D.
.textShadow {text-shadow: 3px 3px 1px #55516D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55516D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55516D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55516D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55516D, Direction=45, Strength=4)">Text</p>
This text has shadow with #55516D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55516D;
-webkit-box-shadow: 1px 1px 3px 2px #55516D;
box-shadow: 1px 1px 3px 2px #55516D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55516D; -webkit-box-shadow: 1px 1px 3px 2px #55516D; box-shadow:1px 1px 3px 2px #55516D;">
Div content here
</div>
Dieser Text ist in der Farbe #55516D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55516D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55516D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55516D.
Kontrastfarbe für #hex ist #AAAE92.