HEX: #5D585C
RGB: (93,88,92)
Il colore #5D585C contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #5D585C il colore web safe è #666666 (#666).
Il colore 5D585C in RGB è definito come 93,88,92
RGB: (93,88,92) (36%,35%,36%)
R 93 da 255 = 36%
G 88 da 255 = 35%
B 92 da 255 = 36%
R + G + B ~ 36%. #5D585C colore abbastanza scuro.
R + G + B =
93 + 88 + 92 = 273 (100%)
R 93 da 273 ~ 34.07%
G 88 da 273 ~ 32.23%
B 92 da 273 ~ 33.7%
Il colore #5D585C in CMYK è definito come 0,5,1,64.
CMYK: (0,5,1,64) C0M5Y1K64 (0%,5%,1%,64%) (0.00/0.05/0.01/0.64)
5D | 58 | 5C | |
---|---|---|---|
RGB | 93 | 88 | 92 |
HSL | 312° | 2.76% | 35.49% |
HSB/HSV | 312° | 5.38% | 36.47% |
CMYK | 0.00% | 5.38% | 1.08% |
63.53% |
Esadicemale | 5D | 58 | 5C |
Decimale | 93 | 88 | 92 |
Binario | 1011101 | 1011000 | 1011100 |
Ottale | 135 | 130 | 134 |
Esempi dei codici css e html per gli elementi di colore #5D585C. Utilizzate rgb(93,88,92) anche al posto del codice hex.
.myTextColor { color: #5D585C; }
<p style="color:#5D585C">This sample text font color is #5D585C.</p>
Il colore di questo testo è #5D585C.
.myBgColor { background-color: #5D585C; }
<div style="background-color:#5D585C">Inner text</div>
Questo div ha lo sfondo di colore #5D585C.
.myBorderColor { border: 1px solid #5D585C; }
<div style="border:3px solid #5D585C">Div</div>
Questo div ha i bordi di colore 5D585C.
.myOpacity80 { color: #5D585C; opacity: 0.8; }
<p style="color:#5D585C;opacity:0.8;">80%</p>
Il testo di color #5D585C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5D585C;}
<p style="text-shadow: 3px 3px 1px #5D585C">Text here.</p>
Questo testo ha l'ombra di colore #5D585C.
.textShadow {text-shadow: 3px 3px 1px #5D585C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5D585C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #5D585C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5D585C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5D585C, Direction=45, Strength=4)">Text</p>
This text has shadow with #5D585C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5D585C; -webkit-box-shadow: 1px 1px 3px 2px #5D585C; box-shadow: 1px 1px 3px 2px #5D585C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5D585C; -webkit-box-shadow: 1px 1px 3px 2px #5D585C; box-shadow:1px 1px 3px 2px #5D585C;">
Div content here</div>
Questo e il testo di colore #5D585C sullo sfondo nero.
Questo e il testo di colore #5D585C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #5D585C.
Questo è un testo bianco sullo sfondo del colore #5D585C.