Shades of Royal Blue #516ACD
Tints of Royal Blue #516ACD
RGB
CMYK
RGB Variations
Color information
#516ACD (or 0x516ACD) is known color: Royal Blue. HEX triplet: 51, 6A and CD. RGB value is (81,106,205). Sum of RGB (Red+Green+Blue) = 81+106+205=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #516ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ACD is #AE9532. Grayscale: #6D6D6D. Windows color (decimal): -11441459 or 13462097. OLE color: 13462097.
HSL color Cylindrical-coordinate representation of color #516ACD: hue angle of 227.9º 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 #516ACD is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 106 | 205 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.20 |
| HSL | 227.9º | 0.55% | 0.56% | - |
| HSV(B) | 227.9º | 0.6% | 0.8% | - |
| XYZ | 19.57 | 16.47 | 59.9 | - |
| YUV | 109.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 205 | 0.60 | 0.48 | 0 | 0.20 | 227.9 | 0.55 | 0.56 |
| Hex | 51 | 6A | CD | 3C | 30 | 0 | 14 | E4 | 37 | 38 |
| Octal | 121 | 152 | 315 | 74 | 60 | 0 | 24 | 344 | 67 | 70 |
| Binary | 1010001 | 1101010 | 11001101 | 111100 | 110000 | 0 | 10100 | 11100100 | 110111 | 111000 |
Color Harmonies of #516ACD
Complementary color
Monochromatic Colors of #516ACD
Black with #516ACD
Text Example
Text Example
White with #516ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ACD; }
p { color: rgb(81,106,205); }
H1.HeaderClassName
{
color: #516ACD;
}
.AnyTagClassName
{
color: #516ACD;
}
</style>
background-color css
<style>
a { background-color: #516ACD; }
a { background-color: rgb(81,106,205); }
div.DivClassName
{
background-color: #516ACD;
}
.BgClassName
{
background-color: #516ACD;
}
</style>
border-color css
<style>
span { border-color: #516ACD; }
span { border-color: rgb(81,106,205); }
td.TdClassName
{
border-color: #516ACD;
}
.TagClassName
{
border-color: #516ACD;
}
</style>