Shades of Royal Blue #516ECC
Tints of Royal Blue #516ECC
RGB
CMYK
RGB Variations
Color information
#516ECC (or 0x516ECC) is known color: Royal Blue. HEX triplet: 51, 6E and CC. RGB value is (81,110,204). Sum of RGB (Red+Green+Blue) = 81+110+204=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #516ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ECC is #AE9133. Grayscale: #6F6F6F. Windows color (decimal): -11440436 or 13397585. OLE color: 13397585.
HSL color Cylindrical-coordinate representation of color #516ECC: hue angle of 225.85º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516ECC is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 110 | 204 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.2 |
| HSL | 225.85º | 0.55% | 0.56% | - |
| HSV(B) | 225.85º | 0.6% | 0.8% | - |
| XYZ | 19.87 | 17.26 | 59.41 | - |
| YUV | 112.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 204 | 0.60 | 0.46 | 0 | 0.2 | 225.85 | 0.55 | 0.56 |
| Hex | 51 | 6E | CC | 3C | 2E | 0 | 14 | E2 | 37 | 38 |
| Octal | 121 | 156 | 314 | 74 | 56 | 0 | 24 | 342 | 67 | 70 |
| Binary | 1010001 | 1101110 | 11001100 | 111100 | 101110 | 0 | 10100 | 11100010 | 110111 | 111000 |
Color Harmonies of #516ECC
Complementary color
Monochromatic Colors of #516ECC
Black with #516ECC
Text Example
Text Example
White with #516ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ECC; }
p { color: rgb(81,110,204); }
H1.HeaderClassName
{
color: #516ECC;
}
.AnyTagClassName
{
color: #516ECC;
}
</style>
background-color css
<style>
a { background-color: #516ECC; }
a { background-color: rgb(81,110,204); }
div.DivClassName
{
background-color: #516ECC;
}
.BgClassName
{
background-color: #516ECC;
}
</style>
border-color css
<style>
span { border-color: #516ECC; }
span { border-color: rgb(81,110,204); }
td.TdClassName
{
border-color: #516ECC;
}
.TagClassName
{
border-color: #516ECC;
}
</style>