HEX: #585AB0
RGB: (88,90,176)
Il colore #585AB0 contiene principalmente il blu. Per il #585AB0 il colore web safe è #666699 (#669).
Il colore 585AB0 in RGB è definito come 88,90,176
RGB: (88,90,176) (35%,35%,69%)
R 88 da 255 = 35%
G 90 da 255 = 35%
B 176 da 255 = 69%
R + G + B ~ 46%. #585AB0 colore medio (né scuro né chiaro).
R + G + B =
88 + 90 + 176 = 354 (100%)
R 88 da 354 ~ 24.86%
G 90 da 354 ~ 25.42%
B 176 da 354 ~ 49.72%
Il colore #585AB0 in CMYK è definito come 50,49,0,31.
CMYK: (50,49,0,31) C50M49Y0K31 (50%,49%,0%,31%) (0.50/0.49/0.00/0.31)
58 | 5A | B0 | |
---|---|---|---|
RGB | 88 | 90 | 176 |
HSL | 239° | 35.77% | 51.76% |
HSB/HSV | 239° | 50.00% | 69.02% |
CMYK | 50.00% | 48.86% | 0.00% |
30.98% |
Esadicemale | 58 | 5A | B0 |
Decimale | 88 | 90 | 176 |
Binario | 1011000 | 1011010 | 10110000 |
Ottale | 130 | 132 | 260 |
Esempi dei codici css e html per gli elementi di colore #585AB0. Utilizzate rgb(88,90,176) anche al posto del codice hex.
.myTextColor { color: #585AB0; }
<p style="color:#585AB0">This sample text font color is #585AB0.</p>
Il colore di questo testo è #585AB0.
.myBgColor { background-color: #585AB0; }
<div style="background-color:#585AB0">Inner text</div>
Questo div ha lo sfondo di colore #585AB0.
.myBorderColor { border: 1px solid #585AB0; }
<div style="border:3px solid #585AB0">Div</div>
Questo div ha i bordi di colore 585AB0.
.myOpacity80 { color: #585AB0; opacity: 0.8; }
<p style="color:#585AB0;opacity:0.8;">80%</p>
Il testo di color #585AB0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585AB0;}
<p style="text-shadow: 3px 3px 1px #585AB0">Text here.</p>
Questo testo ha l'ombra di colore #585AB0.
.textShadow {text-shadow: 3px 3px 1px #585AB0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585AB0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #585AB0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585AB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585AB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #585AB0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585AB0; -webkit-box-shadow: 1px 1px 3px 2px #585AB0; box-shadow: 1px 1px 3px 2px #585AB0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #585AB0; -webkit-box-shadow: 1px 1px 3px 2px #585AB0; box-shadow:1px 1px 3px 2px #585AB0;">
Div content here</div>
Questo e il testo di colore #585AB0 sullo sfondo nero.
Questo e il testo di colore #585AB0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #585AB0.
Questo è un testo bianco sullo sfondo del colore #585AB0.