HEX: #551D8C
RGB: (85,29,140)
Il colore #551D8C contiene principalmente il rosso e il blu. Per il #551D8C il colore web safe è #663399 (#639).
Il colore 551D8C in RGB è definito come 85,29,140
RGB: (85,29,140)
(33%, 11%, 55%)
R 85 da 255 = 33%
G 29 da 255 = 11%
B 140 da 255 = 55%
R + G + B ~ 33%. #551D8C colore abbastanza scuro.
R + G + B = 85 + 29 + 140 = 254 (100%)
R 85 da 254 ~ 33.46%
G 29 da 254 ~ 11.42%
B 140 da 254 ~ 55.12'%
Il colore #551D8C in CMYK è definito come 39,79,0,45.
CMYK: (39,79,0,45)
C39M79Y0K45 (39%, 79%, 0%, 45%)
(0.39 / 0.79 / 0.00 / 0.45)
Il #551D8C nei modelli di colore popolari.
55 | 1D | 8C | |
---|---|---|---|
RGB | 85 | 29 | 140 |
HSL | 270° | 65.68% | 33.14% |
HSB/HSV | 270° | 79.29% | 54.90% |
CMYK | 39.29% | 79.29% | 0.00% |
45.10% |
Il #551D8C nei modelli numerici popolari.
Esadicemale | 55 | 1D | 8C |
Decimale | 85 | 29 | 140 |
Binario | 1010101 | 11101 | 10001100 |
Ottale | 125 | 35 | 214 |
Tonalità scure del colore #551D8C
Tonalità chiare del colore #551D8C
Esempi dei codici css e html per gli elementi di colore #551D8C. Utilizzate rgb(85,29,140) anche al posto del codice hex.
.myTextColor { color: #551D8C; }
<p style="color:#551D8C">This sample text font color is #551D8C.</p>
Il colore di questo testo è #551D8C.
.myBgColor { background-color: #551D8C; }
<div style="background-color:#551D8C">Inner text</div>
Questo div ha lo sfondo di colore #551D8C.
.myBorderColor { border: 1px solid #551D8C; }
<div style="border:3px solid #551D8C">Div</div>
Questo div ha i bordi di colore 551D8C.
.myOpacity80 { color: #551D8C; opacity: 0.8; }
<p style="color:#551D8C;opacity:0.8;">80%</p>
Il testo di color #551D8C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #551D8C;}
<p style="text-shadow: 3px 3px 1px #551D8C">Text here.</p>
Questo testo ha l'ombra di colore #551D8C.
.textShadow {text-shadow: 3px 3px 1px #551D8C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #551D8C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #551D8C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#551D8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#551D8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #551D8C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #551D8C;
-webkit-box-shadow: 1px 1px 3px 2px #551D8C;
box-shadow: 1px 1px 3px 2px #551D8C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #551D8C; -webkit-box-shadow: 1px 1px 3px 2px #551D8C; box-shadow:1px 1px 3px 2px #551D8C;">
Div content here
</div>
Questo e il testo di colore #551D8C sullo sfondo nero.
Questo e il testo di colore #551D8C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #551D8C.
Questo è un testo bianco sullo sfondo del colore #551D8C.
Il colore complimentare del #hex è #AAE273..