HEX: #550579
RGB: (85,5,121)
#550579 enthält hauptsächlich rote und blaue Farbe. Für #550579 ist eine «websichere» Webfarbe #660066 (oder kurz #606).
Die Farbe #550579 wird in RGB als (85,5,121) definiert.
RGB: (85,5,121) (33%,2%,47%)
R 85 von 255 = 33%
G 5 von 255 = 2%
B 121 von 255 = 47%
R + G + B ~ 27%. #550579 ziemlich dunkle Farbe.
R + G + B =
85 + 5 + 121 = 211 (100%)
R 85 von 211 ~ 40.28%
G 5 von 211 ~ 2.37%
B 121 von 211 ~ 57.35%
Die Farbe #550579 wird in CMYK als (30,96,0,53) definiert.
CMYK: (30,96,0,53) C30M96Y0K53 (30%,96%,0%,53%) (0.30/0.96/0.00/0.53)
55 | 05 | 79 | |
---|---|---|---|
RGB | 85 | 5 | 121 |
HSL | 281° | 92.06% | 24.71% |
HSB/HSV | 281° | 95.87% | 47.45% |
CMYK | 29.75% | 95.87% | 0.00% |
52.55% |
Hexadezimal | 55 | 05 | 79 |
Dezimal | 85 | 5 | 121 |
Binär | 1010101 | 101 | 1111001 |
Oktal | 125 | 5 | 171 |
Beispiele css- und html für Elemente in der Farbe #550579. Bitte benutzen Sie auch rgb(85,5,121) statt hex-Code.
.myTextColor { color: #550579; }
<p style="color:#550579">This sample text font color is #550579.</p>
Die Farbe dieses Textes ist #550579.
.myBgColor { background-color: #550579; }
<div style="background-color:#550579">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #550579.
.myBorderColor { border: 1px solid #550579; }
<div style="border:3px solid #550579">Div</div>
Die Grenzen von diesem div sind in Farbe #550579.
.myOpacity80 { color: #550579; opacity: 0.8; }
<p style="color:#550579;opacity:0.8;">80%</p>
Text in Farbe #550579 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #550579;}
<p style="text-shadow: 3px 3px 1px #550579">Text here.</p>
Dieser Text hat den Schatten in Farbe #550579.
.textShadow {text-shadow: 3px 3px 1px #550579, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #550579, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #550579 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#550579, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#550579, Direction=45, Strength=4)">Text</p>
This text has shadow with #550579 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #550579; -webkit-box-shadow: 1px 1px 3px 2px #550579; box-shadow: 1px 1px 3px 2px #550579; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #550579; -webkit-box-shadow: 1px 1px 3px 2px #550579; box-shadow:1px 1px 3px 2px #550579;">
Div content here</div>
Dieser Text ist in der Farbe #550579 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #550579 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #550579.
Dieser Text ist weiß auf dem Hintergrund in Farbe #550579.