Shades of Royal Blue #516ED5
Tints of Royal Blue #516ED5
RGB
CMYK
RGB Variations
Color information
#516ED5 (or 0x516ED5) is known color: Royal Blue. HEX triplet: 51, 6E and D5. RGB value is (81,110,213). Sum of RGB (Red+Green+Blue) = 81+110+213=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #516ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ED5 is #AE912A. Grayscale: #707070. Windows color (decimal): -11440427 or 13987409. OLE color: 13987409.
HSL color Cylindrical-coordinate representation of color #516ED5: hue angle of 226.82º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516ED5 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 110 | 213 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.16 |
| HSL | 226.82º | 0.61% | 0.58% | - |
| HSV(B) | 226.82º | 0.62% | 0.84% | - |
| XYZ | 20.98 | 17.71 | 65.26 | - |
| YUV | 113.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 213 | 0.62 | 0.48 | 0 | 0.16 | 226.82 | 0.61 | 0.58 |
| Hex | 51 | 6E | D5 | 3E | 30 | 0 | 10 | E3 | 3D | 3A |
| Octal | 121 | 156 | 325 | 76 | 60 | 0 | 20 | 343 | 75 | 72 |
| Binary | 1010001 | 1101110 | 11010101 | 111110 | 110000 | 0 | 10000 | 11100011 | 111101 | 111010 |
Color Harmonies of #516ED5
Complementary color
Monochromatic Colors of #516ED5
Black with #516ED5
Text Example
Text Example
White with #516ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ED5; }
p { color: rgb(81,110,213); }
H1.HeaderClassName
{
color: #516ED5;
}
.AnyTagClassName
{
color: #516ED5;
}
</style>
background-color css
<style>
a { background-color: #516ED5; }
a { background-color: rgb(81,110,213); }
div.DivClassName
{
background-color: #516ED5;
}
.BgClassName
{
background-color: #516ED5;
}
</style>
border-color css
<style>
span { border-color: #516ED5; }
span { border-color: rgb(81,110,213); }
td.TdClassName
{
border-color: #516ED5;
}
.TagClassName
{
border-color: #516ED5;
}
</style>