HEX: #517988
RGB: (81,121,136)
#517988 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #517988 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #517988 wird in RGB als (81,121,136) definiert.
RGB: (81,121,136)
(32%, 47%, 53%)
R 81 von 255 = 32%
G 121 von 255 = 47%
B 136 von 255 = 53%
R + G + B ~ 44%. #517988 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 81 + 121 + 136 = 338 (100%)
R 81 von 338 ~ 23.96%
G 121 von 338 ~ 35.8%
B 136 von 338 ~ 40.24'%
Die Farbe #517988 wird in CMYK als (40,11,0,47) definiert.
CMYK: (40,11,0,47)
C40M11Y0K47 (40%, 11%, 0%, 47%)
(0.40 / 0.11 / 0.00 / 0.47)
Farbe #517988 in den populären Farbmodellen.
51 | 79 | 88 | |
---|---|---|---|
RGB | 81 | 121 | 136 |
HSL | 196° | 25.35% | 42.55% |
HSB/HSV | 196° | 40.44% | 53.33% |
CMYK | 40.44% | 11.03% | 0.00% |
46.67% |
Die Farbe #517988 in den populären Zahlensystemen.
Hexadezimal | 51 | 79 | 88 |
Dezimal | 81 | 121 | 136 |
Binär | 1010001 | 1111001 | 10001000 |
Oktal | 121 | 171 | 210 |
Dunkle Töne der Farbe #517988
Helle Töne der Farbe #517988
Beispiele css- und html für Elemente in der Farbe #517988. Bitte benutzen Sie auch rgb(81,121,136) statt hex-Code.
.myTextColor { color: #517988; }
<p style="color:#517988">This sample text font color is #517988.</p>
Die Farbe dieses Textes ist #517988.
.myBgColor { background-color: #517988; }
<div style="background-color:#517988">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #517988.
.myBorderColor { border: 1px solid #517988; }
<div style="border:3px solid #517988">Div</div>
Die Grenzen von diesem div sind in Farbe #517988.
.myOpacity80 { color: #517988; opacity: 0.8; }
<p style="color:#517988;opacity:0.8;">80%</p>
Text in Farbe #517988 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #517988;}
<p style="text-shadow: 3px 3px 1px #517988">Text here.</p>
Dieser Text hat den Schatten in Farbe #517988.
.textShadow {text-shadow: 3px 3px 1px #517988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #517988, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #517988 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#517988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#517988, Direction=45, Strength=4)">Text</p>
This text has shadow with #517988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #517988;
-webkit-box-shadow: 1px 1px 3px 2px #517988;
box-shadow: 1px 1px 3px 2px #517988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #517988; -webkit-box-shadow: 1px 1px 3px 2px #517988; box-shadow:1px 1px 3px 2px #517988;">
Div content here
</div>
Dieser Text ist in der Farbe #517988 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #517988 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #517988.
Dieser Text ist weiß auf dem Hintergrund in Farbe #517988.
Kontrastfarbe für #hex ist #AE8677.