HEX: #59A5CE
RGB: (89,165,206)
#59A5CE enthält hauptsächlich grüne und blaue Farbe. Für #59A5CE ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #59A5CE wird in RGB als (89,165,206) definiert.
RGB: (89,165,206) (35%,65%,81%)
R 89 von 255 = 35%
G 165 von 255 = 65%
B 206 von 255 = 81%
R + G + B ~ 60%. #59A5CE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
89 + 165 + 206 = 460 (100%)
R 89 von 460 ~ 19.35%
G 165 von 460 ~ 35.87%
B 206 von 460 ~ 44.78%
Die Farbe #59A5CE wird in CMYK als (57,20,0,19) definiert.
CMYK: (57,20,0,19) C57M20Y0K19 (57%,20%,0%,19%) (0.57/0.20/0.00/0.19)
59 | A5 | CE | |
---|---|---|---|
RGB | 89 | 165 | 206 |
HSL | 201° | 54.42% | 57.84% |
HSB/HSV | 201° | 56.80% | 80.78% |
CMYK | 56.80% | 19.90% | 0.00% |
19.22% |
Hexadezimal | 59 | A5 | CE |
Dezimal | 89 | 165 | 206 |
Binär | 1011001 | 10100101 | 11001110 |
Oktal | 131 | 245 | 316 |
Beispiele css- und html für Elemente in der Farbe #59A5CE. Bitte benutzen Sie auch rgb(89,165,206) statt hex-Code.
.myTextColor { color: #59A5CE; }
<p style="color:#59A5CE">This sample text font color is #59A5CE.</p>
Die Farbe dieses Textes ist #59A5CE.
.myBgColor { background-color: #59A5CE; }
<div style="background-color:#59A5CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #59A5CE.
.myBorderColor { border: 1px solid #59A5CE; }
<div style="border:3px solid #59A5CE">Div</div>
Die Grenzen von diesem div sind in Farbe #59A5CE.
.myOpacity80 { color: #59A5CE; opacity: 0.8; }
<p style="color:#59A5CE;opacity:0.8;">80%</p>
Text in Farbe #59A5CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59A5CE;}
<p style="text-shadow: 3px 3px 1px #59A5CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #59A5CE.
.textShadow {text-shadow: 3px 3px 1px #59A5CE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59A5CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #59A5CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59A5CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59A5CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #59A5CE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59A5CE; -webkit-box-shadow: 1px 1px 3px 2px #59A5CE; box-shadow: 1px 1px 3px 2px #59A5CE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59A5CE; -webkit-box-shadow: 1px 1px 3px 2px #59A5CE; box-shadow:1px 1px 3px 2px #59A5CE;">
Div content here</div>
Dieser Text ist in der Farbe #59A5CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #59A5CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #59A5CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #59A5CE.