HEX: #55255B
RGB: (85,37,91)
#55255B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #55255B ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #55255B wird in RGB als (85,37,91) definiert.
RGB: (85,37,91) (33%,15%,36%)
R 85 von 255 = 33%
G 37 von 255 = 15%
B 91 von 255 = 36%
R + G + B ~ 28%. #55255B ziemlich dunkle Farbe.
R + G + B =
85 + 37 + 91 = 213 (100%)
R 85 von 213 ~ 39.91%
G 37 von 213 ~ 17.37%
B 91 von 213 ~ 42.72%
Die Farbe #55255B wird in CMYK als (7,59,0,64) definiert.
CMYK: (7,59,0,64) C7M59Y0K64 (7%,59%,0%,64%) (0.07/0.59/0.00/0.64)
55 | 25 | 5B | |
---|---|---|---|
RGB | 85 | 37 | 91 |
HSL | 293° | 42.19% | 25.10% |
HSB/HSV | 293° | 59.34% | 35.69% |
CMYK | 6.59% | 59.34% | 0.00% |
64.31% |
Hexadezimal | 55 | 25 | 5B |
Dezimal | 85 | 37 | 91 |
Binär | 1010101 | 100101 | 1011011 |
Oktal | 125 | 45 | 133 |
Beispiele css- und html für Elemente in der Farbe #55255B. Bitte benutzen Sie auch rgb(85,37,91) statt hex-Code.
.myTextColor { color: #55255B; }
<p style="color:#55255B">This sample text font color is #55255B.</p>
Die Farbe dieses Textes ist #55255B.
.myBgColor { background-color: #55255B; }
<div style="background-color:#55255B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55255B.
.myBorderColor { border: 1px solid #55255B; }
<div style="border:3px solid #55255B">Div</div>
Die Grenzen von diesem div sind in Farbe #55255B.
.myOpacity80 { color: #55255B; opacity: 0.8; }
<p style="color:#55255B;opacity:0.8;">80%</p>
Text in Farbe #55255B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55255B;}
<p style="text-shadow: 3px 3px 1px #55255B">Text here.</p>
Dieser Text hat den Schatten in Farbe #55255B.
.textShadow {text-shadow: 3px 3px 1px #55255B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55255B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55255B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55255B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55255B, Direction=45, Strength=4)">Text</p>
This text has shadow with #55255B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55255B; -webkit-box-shadow: 1px 1px 3px 2px #55255B; box-shadow: 1px 1px 3px 2px #55255B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #55255B; -webkit-box-shadow: 1px 1px 3px 2px #55255B; box-shadow:1px 1px 3px 2px #55255B;">
Div content here</div>
Dieser Text ist in der Farbe #55255B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55255B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55255B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55255B.