HEX: #599BAE
RGB: (89,155,174)
#599BAE enthält hauptsächlich grüne und blaue Farbe. Für #599BAE ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #599BAE wird in RGB als (89,155,174) definiert.
RGB: (89,155,174)
(35%, 61%, 68%)
R 89 von 255 = 35%
G 155 von 255 = 61%
B 174 von 255 = 68%
R + G + B ~ 55%. #599BAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 89 + 155 + 174 = 418 (100%)
R 89 von 418 ~ 21.29%
G 155 von 418 ~ 37.08%
B 174 von 418 ~ 41.63'%
Die Farbe #599BAE wird in CMYK als (49,11,0,32) definiert.
CMYK: (49,11,0,32)
C49M11Y0K32 (49%, 11%, 0%, 32%)
(0.49 / 0.11 / 0.00 / 0.32)
Farbe #599BAE in den populären Farbmodellen.
59 | 9B | AE | |
---|---|---|---|
RGB | 89 | 155 | 174 |
HSL | 193° | 34.41% | 51.57% |
HSB/HSV | 193° | 48.85% | 68.24% |
CMYK | 48.85% | 10.92% | 0.00% |
31.76% |
Die Farbe #599BAE in den populären Zahlensystemen.
Hexadezimal | 59 | 9B | AE |
Dezimal | 89 | 155 | 174 |
Binär | 1011001 | 10011011 | 10101110 |
Oktal | 131 | 233 | 256 |
Dunkle Töne der Farbe #599BAE
Helle Töne der Farbe #599BAE
Beispiele css- und html für Elemente in der Farbe #599BAE. Bitte benutzen Sie auch rgb(89,155,174) statt hex-Code.
.myTextColor { color: #599BAE; }
<p style="color:#599BAE">This sample text font color is #599BAE.</p>
Die Farbe dieses Textes ist #599BAE.
.myBgColor { background-color: #599BAE; }
<div style="background-color:#599BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #599BAE.
.myBorderColor { border: 1px solid #599BAE; }
<div style="border:3px solid #599BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #599BAE.
.myOpacity80 { color: #599BAE; opacity: 0.8; }
<p style="color:#599BAE;opacity:0.8;">80%</p>
Text in Farbe #599BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #599BAE;}
<p style="text-shadow: 3px 3px 1px #599BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #599BAE.
.textShadow {text-shadow: 3px 3px 1px #599BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #599BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #599BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#599BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #599BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #599BAE;
-webkit-box-shadow: 1px 1px 3px 2px #599BAE;
box-shadow: 1px 1px 3px 2px #599BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #599BAE; -webkit-box-shadow: 1px 1px 3px 2px #599BAE; box-shadow:1px 1px 3px 2px #599BAE;">
Div content here
</div>
Dieser Text ist in der Farbe #599BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #599BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #599BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #599BAE.
Kontrastfarbe für #hex ist #A66451.