Shades of Royal Blue #516ACC
Tints of Royal Blue #516ACC
RGB
CMYK
RGB Variations
Color information
#516ACC (or 0x516ACC) is known color: Royal Blue. HEX triplet: 51, 6A and CC. RGB value is (81,106,204). Sum of RGB (Red+Green+Blue) = 81+106+204=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #516ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ACC is #AE9533. Grayscale: #6D6D6D. Windows color (decimal): -11441460 or 13396561. OLE color: 13396561.
HSL color Cylindrical-coordinate representation of color #516ACC: hue angle of 227.8º 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 #516ACC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 106 | 204 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.2 |
| HSL | 227.8º | 0.55% | 0.56% | - |
| HSV(B) | 227.8º | 0.6% | 0.8% | - |
| XYZ | 19.45 | 16.42 | 59.27 | - |
| YUV | 109.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 204 | 0.60 | 0.48 | 0 | 0.2 | 227.8 | 0.55 | 0.56 |
| Hex | 51 | 6A | CC | 3C | 30 | 0 | 14 | E4 | 37 | 38 |
| Octal | 121 | 152 | 314 | 74 | 60 | 0 | 24 | 344 | 67 | 70 |
| Binary | 1010001 | 1101010 | 11001100 | 111100 | 110000 | 0 | 10100 | 11100100 | 110111 | 111000 |
Color Harmonies of #516ACC
Complementary color
Monochromatic Colors of #516ACC
Black with #516ACC
Text Example
Text Example
White with #516ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ACC; }
p { color: rgb(81,106,204); }
H1.HeaderClassName
{
color: #516ACC;
}
.AnyTagClassName
{
color: #516ACC;
}
</style>
background-color css
<style>
a { background-color: #516ACC; }
a { background-color: rgb(81,106,204); }
div.DivClassName
{
background-color: #516ACC;
}
.BgClassName
{
background-color: #516ACC;
}
</style>
border-color css
<style>
span { border-color: #516ACC; }
span { border-color: rgb(81,106,204); }
td.TdClassName
{
border-color: #516ACC;
}
.TagClassName
{
border-color: #516ACC;
}
</style>