HEX: #587985
RGB: (88,121,133)
#587985 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #587985 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #587985 wird in RGB als (88,121,133) definiert.
RGB: (88,121,133) (35%,47%,52%)
R 88 von 255 = 35%
G 121 von 255 = 47%
B 133 von 255 = 52%
R + G + B ~ 45%. #587985 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
88 + 121 + 133 = 342 (100%)
R 88 von 342 ~ 25.73%
G 121 von 342 ~ 35.38%
B 133 von 342 ~ 38.89%
Die Farbe #587985 wird in CMYK als (34,9,0,48) definiert.
CMYK: (34,9,0,48) C34M9Y0K48 (34%,9%,0%,48%) (0.34/0.09/0.00/0.48)
58 | 79 | 85 | |
---|---|---|---|
RGB | 88 | 121 | 133 |
HSL | 196° | 20.36% | 43.33% |
HSB/HSV | 196° | 33.83% | 52.16% |
CMYK | 33.83% | 9.02% | 0.00% |
47.84% |
Hexadezimal | 58 | 79 | 85 |
Dezimal | 88 | 121 | 133 |
Binär | 1011000 | 1111001 | 10000101 |
Oktal | 130 | 171 | 205 |
Beispiele css- und html für Elemente in der Farbe #587985. Bitte benutzen Sie auch rgb(88,121,133) statt hex-Code.
.myTextColor { color: #587985; }
<p style="color:#587985">This sample text font color is #587985.</p>
Die Farbe dieses Textes ist #587985.
.myBgColor { background-color: #587985; }
<div style="background-color:#587985">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #587985.
.myBorderColor { border: 1px solid #587985; }
<div style="border:3px solid #587985">Div</div>
Die Grenzen von diesem div sind in Farbe #587985.
.myOpacity80 { color: #587985; opacity: 0.8; }
<p style="color:#587985;opacity:0.8;">80%</p>
Text in Farbe #587985 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #587985;}
<p style="text-shadow: 3px 3px 1px #587985">Text here.</p>
Dieser Text hat den Schatten in Farbe #587985.
.textShadow {text-shadow: 3px 3px 1px #587985, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #587985, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #587985 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#587985, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#587985, Direction=45, Strength=4)">Text</p>
This text has shadow with #587985 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #587985; -webkit-box-shadow: 1px 1px 3px 2px #587985; box-shadow: 1px 1px 3px 2px #587985; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #587985; -webkit-box-shadow: 1px 1px 3px 2px #587985; box-shadow:1px 1px 3px 2px #587985;">
Div content here</div>
Dieser Text ist in der Farbe #587985 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #587985 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #587985.
Dieser Text ist weiß auf dem Hintergrund in Farbe #587985.