Shades of Royal Blue #516EE6
Tints of Royal Blue #516EE6
RGB
CMYK
RGB Variations
Color information
#516EE6 (or 0x516EE6) is known color: Royal Blue. HEX triplet: 51, 6E and E6. RGB value is (81,110,230). Sum of RGB (Red+Green+Blue) = 81+110+230=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #516EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EE6 is #AE9119. Grayscale: #727272. Windows color (decimal): -11440410 or 15101521. OLE color: 15101521.
HSL color Cylindrical-coordinate representation of color #516EE6: hue angle of 228.32º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516EE6 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 110 | 230 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.10 |
| HSL | 228.32º | 0.75% | 0.61% | - |
| HSV(B) | 228.32º | 0.65% | 0.9% | - |
| XYZ | 23.25 | 18.61 | 77.23 | - |
| YUV | 115.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 230 | 0.65 | 0.52 | 0 | 0.10 | 228.32 | 0.75 | 0.61 |
| Hex | 51 | 6E | E6 | 41 | 34 | 0 | A | E4 | 4B | 3D |
| Octal | 121 | 156 | 346 | 101 | 64 | 0 | 12 | 344 | 113 | 75 |
| Binary | 1010001 | 1101110 | 11100110 | 1000001 | 110100 | 0 | 1010 | 11100100 | 1001011 | 111101 |
Color Harmonies of #516EE6
Complementary color
Monochromatic Colors of #516EE6
Black with #516EE6
Text Example
Text Example
White with #516EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EE6; }
p { color: rgb(81,110,230); }
H1.HeaderClassName
{
color: #516EE6;
}
.AnyTagClassName
{
color: #516EE6;
}
</style>
background-color css
<style>
a { background-color: #516EE6; }
a { background-color: rgb(81,110,230); }
div.DivClassName
{
background-color: #516EE6;
}
.BgClassName
{
background-color: #516EE6;
}
</style>
border-color css
<style>
span { border-color: #516EE6; }
span { border-color: rgb(81,110,230); }
td.TdClassName
{
border-color: #516EE6;
}
.TagClassName
{
border-color: #516EE6;
}
</style>