Shades of Royal Blue #516ACE
Tints of Royal Blue #516ACE
RGB
CMYK
RGB Variations
Color information
#516ACE (or 0x516ACE) is known color: Royal Blue. HEX triplet: 51, 6A and CE. RGB value is (81,106,206). Sum of RGB (Red+Green+Blue) = 81+106+206=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #516ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ACE is #AE9531. Grayscale: #6D6D6D. Windows color (decimal): -11441458 or 13527633. OLE color: 13527633.
HSL color Cylindrical-coordinate representation of color #516ACE: hue angle of 228º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516ACE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 106 | 206 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.19 |
| HSL | 228º | 0.56% | 0.56% | - |
| HSV(B) | 228º | 0.61% | 0.81% | - |
| XYZ | 19.69 | 16.51 | 60.54 | - |
| YUV | 109.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 206 | 0.61 | 0.49 | 0 | 0.19 | 228 | 0.56 | 0.56 |
| Hex | 51 | 6A | CE | 3D | 31 | 0 | 13 | E4 | 38 | 38 |
| Octal | 121 | 152 | 316 | 75 | 61 | 0 | 23 | 344 | 70 | 70 |
| Binary | 1010001 | 1101010 | 11001110 | 111101 | 110001 | 0 | 10011 | 11100100 | 111000 | 111000 |
Color Harmonies of #516ACE
Complementary color
Monochromatic Colors of #516ACE
Black with #516ACE
Text Example
Text Example
White with #516ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ACE; }
p { color: rgb(81,106,206); }
H1.HeaderClassName
{
color: #516ACE;
}
.AnyTagClassName
{
color: #516ACE;
}
</style>
background-color css
<style>
a { background-color: #516ACE; }
a { background-color: rgb(81,106,206); }
div.DivClassName
{
background-color: #516ACE;
}
.BgClassName
{
background-color: #516ACE;
}
</style>
border-color css
<style>
span { border-color: #516ACE; }
span { border-color: rgb(81,106,206); }
td.TdClassName
{
border-color: #516ACE;
}
.TagClassName
{
border-color: #516ACE;
}
</style>