HEX: #514E89
RGB: (81,78,137)
#514E89 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #514E89 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #514E89 wird in RGB als (81,78,137) definiert.
RGB: (81,78,137)
(32%, 31%, 54%)
R 81 von 255 = 32%
G 78 von 255 = 31%
B 137 von 255 = 54%
R + G + B ~ 39%. #514E89 ziemlich dunkle Farbe.
R + G + B = 81 + 78 + 137 = 296 (100%)
R 81 von 296 ~ 27.36%
G 78 von 296 ~ 26.35%
B 137 von 296 ~ 46.28'%
Die Farbe #514E89 wird in CMYK als (41,43,0,46) definiert.
CMYK: (41,43,0,46) C41M43Y0K46 (41%,43%,0%,46%) (0.41/0.43/0.00/0.46)
Farbe #514E89 in den populären Farbmodellen.
51 | 4E | 89 | |
---|---|---|---|
RGB | 81 | 78 | 137 |
HSL | 243° | 27.44% | 42.16% |
HSB/HSV | 243° | 43.07% | 53.73% |
CMYK | 40.88% | 43.07% | 0.00% |
46.27% |
Die Farbe #514E89 in den populären Zahlensystemen.
Hexadezimal | 51 | 4E | 89 |
Dezimal | 81 | 78 | 137 |
Binär | 1010001 | 1001110 | 10001001 |
Oktal | 121 | 116 | 211 |
Dunkle Töne der Farbe #514E89
Helle Töne der Farbe #514E89
Beispiele css- und html für Elemente in der Farbe #514E89. Bitte benutzen Sie auch rgb(81,78,137) statt hex-Code.
.myTextColor { color: #514E89; }
<p style="color:#514E89">This sample text font color is #514E89.</p>
Die Farbe dieses Textes ist #514E89.
.myBgColor { background-color: #514E89; }
<div style="background-color:#514E89">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #514E89.
.myBorderColor { border: 1px solid #514E89; }
<div style="border:3px solid #514E89">Div</div>
Die Grenzen von diesem div sind in Farbe #514E89.
.myOpacity80 { color: #514E89; opacity: 0.8; }
<p style="color:#514E89;opacity:0.8;">80%</p>
Text in Farbe #514E89 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #514E89;}
<p style="text-shadow: 3px 3px 1px #514E89">Text here.</p>
Dieser Text hat den Schatten in Farbe #514E89.
.textShadow {text-shadow: 3px 3px 1px #514E89', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #514E89, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #514E89 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#514E89, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#514E89, Direction=45, Strength=4)">Text</p>
This text has shadow with #514E89 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #514E89;
-webkit-box-shadow: 1px 1px 3px 2px #514E89;
box-shadow: 1px 1px 3px 2px #514E89;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #514E89; -webkit-box-shadow: 1px 1px 3px 2px #514E89; box-shadow:1px 1px 3px 2px #514E89;">
Div content here
</div>
Dieser Text ist in der Farbe #514E89 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #514E89 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #514E89.
Dieser Text ist weiß auf dem Hintergrund in Farbe #514E89.
Kontrastfarbe für #hex ist #AEB176.