Shades of Royal Blue #516FE5
Tints of Royal Blue #516FE5
RGB
CMYK
RGB Variations
Color information
#516FE5 (or 0x516FE5) is known color: Royal Blue. HEX triplet: 51, 6F and E5. RGB value is (81,111,229). Sum of RGB (Red+Green+Blue) = 81+111+229=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #516FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FE5 is #AE901A. Grayscale: #727272. Windows color (decimal): -11440155 or 15036241. OLE color: 15036241.
HSL color Cylindrical-coordinate representation of color #516FE5: hue angle of 227.84º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516FE5 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 111 | 229 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.10 |
| HSL | 227.84º | 0.74% | 0.61% | - |
| HSV(B) | 227.84º | 0.65% | 0.9% | - |
| XYZ | 23.22 | 18.78 | 76.53 | - |
| YUV | 115.48 | 192.06 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 229 | 0.65 | 0.52 | 0 | 0.10 | 227.84 | 0.74 | 0.61 |
| Hex | 51 | 6F | E5 | 41 | 34 | 0 | A | E4 | 4A | 3D |
| Octal | 121 | 157 | 345 | 101 | 64 | 0 | 12 | 344 | 112 | 75 |
| Binary | 1010001 | 1101111 | 11100101 | 1000001 | 110100 | 0 | 1010 | 11100100 | 1001010 | 111101 |
Color Harmonies of #516FE5
Complementary color
Monochromatic Colors of #516FE5
Black with #516FE5
Text Example
Text Example
White with #516FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FE5; }
p { color: rgb(81,111,229); }
H1.HeaderClassName
{
color: #516FE5;
}
.AnyTagClassName
{
color: #516FE5;
}
</style>
background-color css
<style>
a { background-color: #516FE5; }
a { background-color: rgb(81,111,229); }
div.DivClassName
{
background-color: #516FE5;
}
.BgClassName
{
background-color: #516FE5;
}
</style>
border-color css
<style>
span { border-color: #516FE5; }
span { border-color: rgb(81,111,229); }
td.TdClassName
{
border-color: #516FE5;
}
.TagClassName
{
border-color: #516FE5;
}
</style>