HEX: #585063
RGB: (88,80,99)
#585063 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #585063 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #585063 wird in RGB als (88,80,99) definiert.
RGB: (88,80,99)
(35%, 31%, 39%)
R 88 von 255 = 35%
G 80 von 255 = 31%
B 99 von 255 = 39%
R + G + B ~ 35%. #585063 ziemlich dunkle Farbe.
R + G + B = 88 + 80 + 99 = 267 (100%)
R 88 von 267 ~ 32.96%
G 80 von 267 ~ 29.96%
B 99 von 267 ~ 37.08'%
Die Farbe #585063 wird in CMYK als (11,19,0,61) definiert.
CMYK: (11,19,0,61)
C11M19Y0K61 (11%, 19%, 0%, 61%)
(0.11 / 0.19 / 0.00 / 0.61)
Farbe #585063 in den populären Farbmodellen.
58 | 50 | 63 | |
---|---|---|---|
RGB | 88 | 80 | 99 |
HSL | 265° | 10.61% | 35.10% |
HSB/HSV | 265° | 19.19% | 38.82% |
CMYK | 11.11% | 19.19% | 0.00% |
61.18% |
Die Farbe #585063 in den populären Zahlensystemen.
Hexadezimal | 58 | 50 | 63 |
Dezimal | 88 | 80 | 99 |
Binär | 1011000 | 1010000 | 1100011 |
Oktal | 130 | 120 | 143 |
Dunkle Töne der Farbe #585063
Helle Töne der Farbe #585063
Beispiele css- und html für Elemente in der Farbe #585063. Bitte benutzen Sie auch rgb(88,80,99) statt hex-Code.
.myTextColor { color: #585063; }
<p style="color:#585063">This sample text font color is #585063.</p>
Die Farbe dieses Textes ist #585063.
.myBgColor { background-color: #585063; }
<div style="background-color:#585063">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #585063.
.myBorderColor { border: 1px solid #585063; }
<div style="border:3px solid #585063">Div</div>
Die Grenzen von diesem div sind in Farbe #585063.
.myOpacity80 { color: #585063; opacity: 0.8; }
<p style="color:#585063;opacity:0.8;">80%</p>
Text in Farbe #585063 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585063;}
<p style="text-shadow: 3px 3px 1px #585063">Text here.</p>
Dieser Text hat den Schatten in Farbe #585063.
.textShadow {text-shadow: 3px 3px 1px #585063', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585063, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #585063 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585063, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585063, Direction=45, Strength=4)">Text</p>
This text has shadow with #585063 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585063;
-webkit-box-shadow: 1px 1px 3px 2px #585063;
box-shadow: 1px 1px 3px 2px #585063;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585063; -webkit-box-shadow: 1px 1px 3px 2px #585063; box-shadow:1px 1px 3px 2px #585063;">
Div content here
</div>
Dieser Text ist in der Farbe #585063 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #585063 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #585063.
Dieser Text ist weiß auf dem Hintergrund in Farbe #585063.
Kontrastfarbe für #hex ist #A7AF9C.