HEX: #598EBE
RGB: (89,142,190)
#598EBE enthält hauptsächlich grüne und blaue Farbe. Für #598EBE ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #598EBE wird in RGB als (89,142,190) definiert.
RGB: (89,142,190) (35%,56%,75%)
R 89 von 255 = 35%
G 142 von 255 = 56%
B 190 von 255 = 75%
R + G + B ~ 55%. #598EBE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
89 + 142 + 190 = 421 (100%)
R 89 von 421 ~ 21.14%
G 142 von 421 ~ 33.73%
B 190 von 421 ~ 45.13%
Die Farbe #598EBE wird in CMYK als (53,25,0,25) definiert.
CMYK: (53,25,0,25) C53M25Y0K25 (53%,25%,0%,25%) (0.53/0.25/0.00/0.25)
59 | 8E | BE | |
---|---|---|---|
RGB | 89 | 142 | 190 |
HSL | 209° | 43.72% | 54.71% |
HSB/HSV | 209° | 53.16% | 74.51% |
CMYK | 53.16% | 25.26% | 0.00% |
25.49% |
Hexadezimal | 59 | 8E | BE |
Dezimal | 89 | 142 | 190 |
Binär | 1011001 | 10001110 | 10111110 |
Oktal | 131 | 216 | 276 |
Beispiele css- und html für Elemente in der Farbe #598EBE. Bitte benutzen Sie auch rgb(89,142,190) statt hex-Code.
.myTextColor { color: #598EBE; }
<p style="color:#598EBE">This sample text font color is #598EBE.</p>
Die Farbe dieses Textes ist #598EBE.
.myBgColor { background-color: #598EBE; }
<div style="background-color:#598EBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #598EBE.
.myBorderColor { border: 1px solid #598EBE; }
<div style="border:3px solid #598EBE">Div</div>
Die Grenzen von diesem div sind in Farbe #598EBE.
.myOpacity80 { color: #598EBE; opacity: 0.8; }
<p style="color:#598EBE;opacity:0.8;">80%</p>
Text in Farbe #598EBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #598EBE;}
<p style="text-shadow: 3px 3px 1px #598EBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #598EBE.
.textShadow {text-shadow: 3px 3px 1px #598EBE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #598EBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #598EBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#598EBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#598EBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #598EBE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #598EBE; -webkit-box-shadow: 1px 1px 3px 2px #598EBE; box-shadow: 1px 1px 3px 2px #598EBE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #598EBE; -webkit-box-shadow: 1px 1px 3px 2px #598EBE; box-shadow:1px 1px 3px 2px #598EBE;">
Div content here</div>
Dieser Text ist in der Farbe #598EBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #598EBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #598EBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #598EBE.