HEX: #585389
RGB: (88,83,137)
#585389 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #585389 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #585389 wird in RGB als (88,83,137) definiert.
RGB: (88,83,137)
(35%, 33%, 54%)
R 88 von 255 = 35%
G 83 von 255 = 33%
B 137 von 255 = 54%
R + G + B ~ 41%. #585389 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 88 + 83 + 137 = 308 (100%)
R 88 von 308 ~ 28.57%
G 83 von 308 ~ 26.95%
B 137 von 308 ~ 44.48'%
Die Farbe #585389 wird in CMYK als (36,39,0,46) definiert.
CMYK: (36,39,0,46) C36M39Y0K46 (36%,39%,0%,46%) (0.36/0.39/0.00/0.46)
Farbe #585389 in den populären Farbmodellen.
58 | 53 | 89 | |
---|---|---|---|
RGB | 88 | 83 | 137 |
HSL | 246° | 24.55% | 43.14% |
HSB/HSV | 246° | 39.42% | 53.73% |
CMYK | 35.77% | 39.42% | 0.00% |
46.27% |
Die Farbe #585389 in den populären Zahlensystemen.
Hexadezimal | 58 | 53 | 89 |
Dezimal | 88 | 83 | 137 |
Binär | 1011000 | 1010011 | 10001001 |
Oktal | 130 | 123 | 211 |
Dunkle Töne der Farbe #585389
Helle Töne der Farbe #585389
Beispiele css- und html für Elemente in der Farbe #585389. Bitte benutzen Sie auch rgb(88,83,137) statt hex-Code.
.myTextColor { color: #585389; }
<p style="color:#585389">This sample text font color is #585389.</p>
Die Farbe dieses Textes ist #585389.
.myBgColor { background-color: #585389; }
<div style="background-color:#585389">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #585389.
.myBorderColor { border: 1px solid #585389; }
<div style="border:3px solid #585389">Div</div>
Die Grenzen von diesem div sind in Farbe #585389.
.myOpacity80 { color: #585389; opacity: 0.8; }
<p style="color:#585389;opacity:0.8;">80%</p>
Text in Farbe #585389 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585389;}
<p style="text-shadow: 3px 3px 1px #585389">Text here.</p>
Dieser Text hat den Schatten in Farbe #585389.
.textShadow {text-shadow: 3px 3px 1px #585389', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585389, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #585389 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585389, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585389, Direction=45, Strength=4)">Text</p>
This text has shadow with #585389 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585389;
-webkit-box-shadow: 1px 1px 3px 2px #585389;
box-shadow: 1px 1px 3px 2px #585389;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585389; -webkit-box-shadow: 1px 1px 3px 2px #585389; box-shadow:1px 1px 3px 2px #585389;">
Div content here
</div>
Dieser Text ist in der Farbe #585389 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #585389 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #585389.
Dieser Text ist weiß auf dem Hintergrund in Farbe #585389.
Kontrastfarbe für #hex ist #A7AC76.