HEX: #516DB1
RGB: (81,109,177)
Il colore #516DB1 contiene principalmente il blu. Per il #516DB1 il colore web safe è #666699 (#669).
Il colore 516DB1 in RGB è definito come 81,109,177
RGB: (81,109,177) (32%,43%,69%)
R 81 da 255 = 32%
G 109 da 255 = 43%
B 177 da 255 = 69%
R + G + B ~ 48%. #516DB1 colore medio (né scuro né chiaro).
R + G + B =
81 + 109 + 177 = 367 (100%)
R 81 da 367 ~ 22.07%
G 109 da 367 ~ 29.7%
B 177 da 367 ~ 48.23%
Il colore #516DB1 in CMYK è definito come 54,38,0,31.
CMYK: (54,38,0,31) C54M38Y0K31 (54%,38%,0%,31%) (0.54/0.38/0.00/0.31)
51 | 6D | B1 | |
---|---|---|---|
RGB | 81 | 109 | 177 |
HSL | 223° | 38.10% | 50.59% |
HSB/HSV | 223° | 54.24% | 69.41% |
CMYK | 54.24% | 38.42% | 0.00% |
30.59% |
Esadicemale | 51 | 6D | B1 |
Decimale | 81 | 109 | 177 |
Binario | 1010001 | 1101101 | 10110001 |
Ottale | 121 | 155 | 261 |
Esempi dei codici css e html per gli elementi di colore #516DB1. Utilizzate rgb(81,109,177) anche al posto del codice hex.
.myTextColor { color: #516DB1; }
<p style="color:#516DB1">This sample text font color is #516DB1.</p>
Il colore di questo testo è #516DB1.
.myBgColor { background-color: #516DB1; }
<div style="background-color:#516DB1">Inner text</div>
Questo div ha lo sfondo di colore #516DB1.
.myBorderColor { border: 1px solid #516DB1; }
<div style="border:3px solid #516DB1">Div</div>
Questo div ha i bordi di colore 516DB1.
.myOpacity80 { color: #516DB1; opacity: 0.8; }
<p style="color:#516DB1;opacity:0.8;">80%</p>
Il testo di color #516DB1 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #516DB1;}
<p style="text-shadow: 3px 3px 1px #516DB1">Text here.</p>
Questo testo ha l'ombra di colore #516DB1.
.textShadow {text-shadow: 3px 3px 1px #516DB1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #516DB1, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #516DB1 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#516DB1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#516DB1, Direction=45, Strength=4)">Text</p>
This text has shadow with #516DB1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #516DB1; -webkit-box-shadow: 1px 1px 3px 2px #516DB1; box-shadow: 1px 1px 3px 2px #516DB1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #516DB1; -webkit-box-shadow: 1px 1px 3px 2px #516DB1; box-shadow:1px 1px 3px 2px #516DB1;">
Div content here</div>
Questo e il testo di colore #516DB1 sullo sfondo nero.
Questo e il testo di colore #516DB1 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #516DB1.
Questo è un testo bianco sullo sfondo del colore #516DB1.