HEX: #509A8A
RGB: (80,154,138)
#509A8A enthält hauptsächlich grüne und blaue Farbe. Für #509A8A ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #509A8A wird in RGB als (80,154,138) definiert.
RGB: (80,154,138)
(31%, 60%, 54%)
R 80 von 255 = 31%
G 154 von 255 = 60%
B 138 von 255 = 54%
R + G + B ~ 48%. #509A8A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 154 + 138 = 372 (100%)
R 80 von 372 ~ 21.51%
G 154 von 372 ~ 41.4%
B 138 von 372 ~ 37.1'%
Die Farbe #509A8A wird in CMYK als (48,0,10,40) definiert.
CMYK: (48,0,10,40) C48M0Y10K40 (48%,0%,10%,40%) (0.48/0.00/0.10/0.40)
Farbe #509A8A in den populären Farbmodellen.
50 | 9A | 8A | |
---|---|---|---|
RGB | 80 | 154 | 138 |
HSL | 167° | 31.62% | 45.88% |
HSB/HSV | 167° | 48.05% | 60.39% |
CMYK | 48.05% | 0.00% | 10.39% |
39.61% |
Die Farbe #509A8A in den populären Zahlensystemen.
Hexadezimal | 50 | 9A | 8A |
Dezimal | 80 | 154 | 138 |
Binär | 1010000 | 10011010 | 10001010 |
Oktal | 120 | 232 | 212 |
Dunkle Töne der Farbe #509A8A
Helle Töne der Farbe #509A8A
Beispiele css- und html für Elemente in der Farbe #509A8A. Bitte benutzen Sie auch rgb(80,154,138) statt hex-Code.
.myTextColor { color: #509A8A; }
<p style="color:#509A8A">This sample text font color is #509A8A.</p>
Die Farbe dieses Textes ist #509A8A.
.myBgColor { background-color: #509A8A; }
<div style="background-color:#509A8A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #509A8A.
.myBorderColor { border: 1px solid #509A8A; }
<div style="border:3px solid #509A8A">Div</div>
Die Grenzen von diesem div sind in Farbe #509A8A.
.myOpacity80 { color: #509A8A; opacity: 0.8; }
<p style="color:#509A8A;opacity:0.8;">80%</p>
Text in Farbe #509A8A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #509A8A;}
<p style="text-shadow: 3px 3px 1px #509A8A">Text here.</p>
Dieser Text hat den Schatten in Farbe #509A8A.
.textShadow {text-shadow: 3px 3px 1px #509A8A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #509A8A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #509A8A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#509A8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#509A8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #509A8A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #509A8A;
-webkit-box-shadow: 1px 1px 3px 2px #509A8A;
box-shadow: 1px 1px 3px 2px #509A8A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #509A8A; -webkit-box-shadow: 1px 1px 3px 2px #509A8A; box-shadow:1px 1px 3px 2px #509A8A;">
Div content here
</div>
Dieser Text ist in der Farbe #509A8A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #509A8A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #509A8A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #509A8A.
Kontrastfarbe für #hex ist #AF6575.