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