HEX: #506388
RGB: (80,99,136)
#506388 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #506388 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #506388 wird in RGB als (80,99,136) definiert.
RGB: (80,99,136) (31%,39%,53%)
R 80 von 255 = 31%
G 99 von 255 = 39%
B 136 von 255 = 53%
R + G + B ~ 41%. #506388 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 99 + 136 = 315 (100%)
R 80 von 315 ~ 25.4%
G 99 von 315 ~ 31.43%
B 136 von 315 ~ 43.17%
Die Farbe #506388 wird in CMYK als (41,27,0,47) definiert.
CMYK: (41,27,0,47) C41M27Y0K47 (41%,27%,0%,47%) (0.41/0.27/0.00/0.47)
50 | 63 | 88 | |
---|---|---|---|
RGB | 80 | 99 | 136 |
HSL | 220° | 25.93% | 42.35% |
HSB/HSV | 220° | 41.18% | 53.33% |
CMYK | 41.18% | 27.21% | 0.00% |
46.67% |
Hexadezimal | 50 | 63 | 88 |
Dezimal | 80 | 99 | 136 |
Binär | 1010000 | 1100011 | 10001000 |
Oktal | 120 | 143 | 210 |
Beispiele css- und html für Elemente in der Farbe #506388. Bitte benutzen Sie auch rgb(80,99,136) statt hex-Code.
.myTextColor { color: #506388; }
<p style="color:#506388">This sample text font color is #506388.</p>
Die Farbe dieses Textes ist #506388.
.myBgColor { background-color: #506388; }
<div style="background-color:#506388">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #506388.
.myBorderColor { border: 1px solid #506388; }
<div style="border:3px solid #506388">Div</div>
Die Grenzen von diesem div sind in Farbe #506388.
.myOpacity80 { color: #506388; opacity: 0.8; }
<p style="color:#506388;opacity:0.8;">80%</p>
Text in Farbe #506388 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #506388;}
<p style="text-shadow: 3px 3px 1px #506388">Text here.</p>
Dieser Text hat den Schatten in Farbe #506388.
.textShadow {text-shadow: 3px 3px 1px #506388, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #506388, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #506388 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#506388, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#506388, Direction=45, Strength=4)">Text</p>
This text has shadow with #506388 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #506388; -webkit-box-shadow: 1px 1px 3px 2px #506388; box-shadow: 1px 1px 3px 2px #506388; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #506388; -webkit-box-shadow: 1px 1px 3px 2px #506388; box-shadow:1px 1px 3px 2px #506388;">
Div content here</div>
Dieser Text ist in der Farbe #506388 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #506388 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #506388.
Dieser Text ist weiß auf dem Hintergrund in Farbe #506388.