HEX: #593C8D
RGB: (89,60,141)
#593C8D enthält hauptsächlich rote und blaue Farbe. Für #593C8D ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #593C8D wird in RGB als (89,60,141) definiert.
RGB: (89,60,141)
(35%, 24%, 55%)
R 89 von 255 = 35%
G 60 von 255 = 24%
B 141 von 255 = 55%
R + G + B ~ 38%. #593C8D ziemlich dunkle Farbe.
R + G + B = 89 + 60 + 141 = 290 (100%)
R 89 von 290 ~ 30.69%
G 60 von 290 ~ 20.69%
B 141 von 290 ~ 48.62'%
Die Farbe #593C8D wird in CMYK als (37,57,0,45) definiert.
CMYK: (37,57,0,45)
C37M57Y0K45 (37%, 57%, 0%, 45%)
(0.37 / 0.57 / 0.00 / 0.45)
Farbe #593C8D in den populären Farbmodellen.
59 | 3C | 8D | |
---|---|---|---|
RGB | 89 | 60 | 141 |
HSL | 261° | 40.30% | 39.41% |
HSB/HSV | 261° | 57.45% | 55.29% |
CMYK | 36.88% | 57.45% | 0.00% |
44.71% |
Die Farbe #593C8D in den populären Zahlensystemen.
Hexadezimal | 59 | 3C | 8D |
Dezimal | 89 | 60 | 141 |
Binär | 1011001 | 111100 | 10001101 |
Oktal | 131 | 74 | 215 |
Dunkle Töne der Farbe #593C8D
Helle Töne der Farbe #593C8D
Beispiele css- und html für Elemente in der Farbe #593C8D. Bitte benutzen Sie auch rgb(89,60,141) statt hex-Code.
.myTextColor { color: #593C8D; }
<p style="color:#593C8D">This sample text font color is #593C8D.</p>
Die Farbe dieses Textes ist #593C8D.
.myBgColor { background-color: #593C8D; }
<div style="background-color:#593C8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #593C8D.
.myBorderColor { border: 1px solid #593C8D; }
<div style="border:3px solid #593C8D">Div</div>
Die Grenzen von diesem div sind in Farbe #593C8D.
.myOpacity80 { color: #593C8D; opacity: 0.8; }
<p style="color:#593C8D;opacity:0.8;">80%</p>
Text in Farbe #593C8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #593C8D;}
<p style="text-shadow: 3px 3px 1px #593C8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #593C8D.
.textShadow {text-shadow: 3px 3px 1px #593C8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #593C8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #593C8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#593C8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#593C8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #593C8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #593C8D;
-webkit-box-shadow: 1px 1px 3px 2px #593C8D;
box-shadow: 1px 1px 3px 2px #593C8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #593C8D; -webkit-box-shadow: 1px 1px 3px 2px #593C8D; box-shadow:1px 1px 3px 2px #593C8D;">
Div content here
</div>
Dieser Text ist in der Farbe #593C8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #593C8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #593C8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #593C8D.
Kontrastfarbe für #hex ist #A6C372.