HEX: #595985
RGB: (89,89,133)
#595985 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #595985 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #595985 wird in RGB als (89,89,133) definiert.
RGB: (89,89,133)
(35%, 35%, 52%)
R 89 von 255 = 35%
G 89 von 255 = 35%
B 133 von 255 = 52%
R + G + B ~ 41%. #595985 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 89 + 89 + 133 = 311 (100%)
R 89 von 311 ~ 28.62%
G 89 von 311 ~ 28.62%
B 133 von 311 ~ 42.77'%
Die Farbe #595985 wird in CMYK als (33,33,0,48) definiert.
CMYK: (33,33,0,48)
C33M33Y0K48 (33%, 33%, 0%, 48%)
(0.33 / 0.33 / 0.00 / 0.48)
Farbe #595985 in den populären Farbmodellen.
59 | 59 | 85 | |
---|---|---|---|
RGB | 89 | 89 | 133 |
HSL | 240° | 19.82% | 43.53% |
HSB/HSV | 240° | 33.08% | 52.16% |
CMYK | 33.08% | 33.08% | 0.00% |
47.84% |
Die Farbe #595985 in den populären Zahlensystemen.
Hexadezimal | 59 | 59 | 85 |
Dezimal | 89 | 89 | 133 |
Binär | 1011001 | 1011001 | 10000101 |
Oktal | 131 | 131 | 205 |
Dunkle Töne der Farbe #595985
Helle Töne der Farbe #595985
Beispiele css- und html für Elemente in der Farbe #595985. Bitte benutzen Sie auch rgb(89,89,133) statt hex-Code.
.myTextColor { color: #595985; }
<p style="color:#595985">This sample text font color is #595985.</p>
Die Farbe dieses Textes ist #595985.
.myBgColor { background-color: #595985; }
<div style="background-color:#595985">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #595985.
.myBorderColor { border: 1px solid #595985; }
<div style="border:3px solid #595985">Div</div>
Die Grenzen von diesem div sind in Farbe #595985.
.myOpacity80 { color: #595985; opacity: 0.8; }
<p style="color:#595985;opacity:0.8;">80%</p>
Text in Farbe #595985 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #595985;}
<p style="text-shadow: 3px 3px 1px #595985">Text here.</p>
Dieser Text hat den Schatten in Farbe #595985.
.textShadow {text-shadow: 3px 3px 1px #595985', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #595985, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #595985 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#595985, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#595985, Direction=45, Strength=4)">Text</p>
This text has shadow with #595985 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #595985;
-webkit-box-shadow: 1px 1px 3px 2px #595985;
box-shadow: 1px 1px 3px 2px #595985;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #595985; -webkit-box-shadow: 1px 1px 3px 2px #595985; box-shadow:1px 1px 3px 2px #595985;">
Div content here
</div>
Dieser Text ist in der Farbe #595985 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #595985 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #595985.
Dieser Text ist weiß auf dem Hintergrund in Farbe #595985.