HEX: #52557D
RGB: (82,85,125)
#52557D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #52557D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #52557D wird in RGB als (82,85,125) definiert.
RGB: (82,85,125)
(32%, 33%, 49%)
R 82 von 255 = 32%
G 85 von 255 = 33%
B 125 von 255 = 49%
R + G + B ~ 38%. #52557D ziemlich dunkle Farbe.
R + G + B = 82 + 85 + 125 = 292 (100%)
R 82 von 292 ~ 28.08%
G 85 von 292 ~ 29.11%
B 125 von 292 ~ 42.81'%
Die Farbe #52557D wird in CMYK als (34,32,0,51) definiert.
CMYK: (34,32,0,51)
C34M32Y0K51 (34%, 32%, 0%, 51%)
(0.34 / 0.32 / 0.00 / 0.51)
Farbe #52557D in den populären Farbmodellen.
52 | 55 | 7D | |
---|---|---|---|
RGB | 82 | 85 | 125 |
HSL | 236° | 20.77% | 40.59% |
HSB/HSV | 236° | 34.40% | 49.02% |
CMYK | 34.40% | 32.00% | 0.00% |
50.98% |
Die Farbe #52557D in den populären Zahlensystemen.
Hexadezimal | 52 | 55 | 7D |
Dezimal | 82 | 85 | 125 |
Binär | 1010010 | 1010101 | 1111101 |
Oktal | 122 | 125 | 175 |
Dunkle Töne der Farbe #52557D
Helle Töne der Farbe #52557D
Beispiele css- und html für Elemente in der Farbe #52557D. Bitte benutzen Sie auch rgb(82,85,125) statt hex-Code.
.myTextColor { color: #52557D; }
<p style="color:#52557D">This sample text font color is #52557D.</p>
Die Farbe dieses Textes ist #52557D.
.myBgColor { background-color: #52557D; }
<div style="background-color:#52557D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #52557D.
.myBorderColor { border: 1px solid #52557D; }
<div style="border:3px solid #52557D">Div</div>
Die Grenzen von diesem div sind in Farbe #52557D.
.myOpacity80 { color: #52557D; opacity: 0.8; }
<p style="color:#52557D;opacity:0.8;">80%</p>
Text in Farbe #52557D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52557D;}
<p style="text-shadow: 3px 3px 1px #52557D">Text here.</p>
Dieser Text hat den Schatten in Farbe #52557D.
.textShadow {text-shadow: 3px 3px 1px #52557D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52557D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #52557D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52557D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52557D, Direction=45, Strength=4)">Text</p>
This text has shadow with #52557D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52557D;
-webkit-box-shadow: 1px 1px 3px 2px #52557D;
box-shadow: 1px 1px 3px 2px #52557D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52557D; -webkit-box-shadow: 1px 1px 3px 2px #52557D; box-shadow:1px 1px 3px 2px #52557D;">
Div content here
</div>
Dieser Text ist in der Farbe #52557D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #52557D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #52557D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #52557D.
Kontrastfarbe für #hex ist #ADAA82.