HEX: #555597
RGB: (85,85,151)
#555597 enthält hauptsächlich blaue Farbe. Für #555597 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #555597 wird in RGB als (85,85,151) definiert.
RGB: (85,85,151) (33%,33%,59%)
R 85 von 255 = 33%
G 85 von 255 = 33%
B 151 von 255 = 59%
R + G + B ~ 42%. #555597 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
85 + 85 + 151 = 321 (100%)
R 85 von 321 ~ 26.48%
G 85 von 321 ~ 26.48%
B 151 von 321 ~ 47.04%
Die Farbe #555597 wird in CMYK als (44,44,0,41) definiert.
CMYK: (44,44,0,41) C44M44Y0K41 (44%,44%,0%,41%) (0.44/0.44/0.00/0.41)
55 | 55 | 97 | |
---|---|---|---|
RGB | 85 | 85 | 151 |
HSL | 240° | 27.97% | 46.27% |
HSB/HSV | 240° | 43.71% | 59.22% |
CMYK | 43.71% | 43.71% | 0.00% |
40.78% |
Hexadezimal | 55 | 55 | 97 |
Dezimal | 85 | 85 | 151 |
Binär | 1010101 | 1010101 | 10010111 |
Oktal | 125 | 125 | 227 |
Beispiele css- und html für Elemente in der Farbe #555597. Bitte benutzen Sie auch rgb(85,85,151) statt hex-Code.
.myTextColor { color: #555597; }
<p style="color:#555597">This sample text font color is #555597.</p>
Die Farbe dieses Textes ist #555597.
.myBgColor { background-color: #555597; }
<div style="background-color:#555597">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #555597.
.myBorderColor { border: 1px solid #555597; }
<div style="border:3px solid #555597">Div</div>
Die Grenzen von diesem div sind in Farbe #555597.
.myOpacity80 { color: #555597; opacity: 0.8; }
<p style="color:#555597;opacity:0.8;">80%</p>
Text in Farbe #555597 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #555597;}
<p style="text-shadow: 3px 3px 1px #555597">Text here.</p>
Dieser Text hat den Schatten in Farbe #555597.
.textShadow {text-shadow: 3px 3px 1px #555597, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #555597, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #555597 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#555597, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#555597, Direction=45, Strength=4)">Text</p>
This text has shadow with #555597 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #555597; -webkit-box-shadow: 1px 1px 3px 2px #555597; box-shadow: 1px 1px 3px 2px #555597; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #555597; -webkit-box-shadow: 1px 1px 3px 2px #555597; box-shadow:1px 1px 3px 2px #555597;">
Div content here</div>
Dieser Text ist in der Farbe #555597 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #555597 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #555597.
Dieser Text ist weiß auf dem Hintergrund in Farbe #555597.