Shades of Royal Blue #5162EC
Tints of Royal Blue #5162EC
RGB
CMYK
RGB Variations
Color information
#5162EC (or 0x5162EC) is known color: Royal Blue. HEX triplet: 51, 62 and EC. RGB value is (81,98,236). Sum of RGB (Red+Green+Blue) = 81+98+236=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #5162EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5162EC is #AE9D13. Grayscale: #6C6C6C. Windows color (decimal): -11443476 or 15491665. OLE color: 15491665.
HSL color Cylindrical-coordinate representation of color #5162EC: hue angle of 233.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5162EC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 98 | 236 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.07 |
| HSL | 233.42º | 0.8% | 0.62% | - |
| HSV(B) | 233.42º | 0.66% | 0.93% | - |
| XYZ | 22.9 | 16.54 | 81.34 | - |
| YUV | 108.65 | 199.87 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 236 | 0.66 | 0.58 | 0 | 0.07 | 233.42 | 0.8 | 0.62 |
| Hex | 51 | 62 | EC | 42 | 3A | 0 | 7 | E9 | 50 | 3E |
| Octal | 121 | 142 | 354 | 102 | 72 | 0 | 7 | 351 | 120 | 76 |
| Binary | 1010001 | 1100010 | 11101100 | 1000010 | 111010 | 0 | 111 | 11101001 | 1010000 | 111110 |
Color Harmonies of #5162EC
Complementary color
Monochromatic Colors of #5162EC
Black with #5162EC
Text Example
Text Example
White with #5162EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162EC; }
p { color: rgb(81,98,236); }
H1.HeaderClassName
{
color: #5162EC;
}
.AnyTagClassName
{
color: #5162EC;
}
</style>
background-color css
<style>
a { background-color: #5162EC; }
a { background-color: rgb(81,98,236); }
div.DivClassName
{
background-color: #5162EC;
}
.BgClassName
{
background-color: #5162EC;
}
</style>
border-color css
<style>
span { border-color: #5162EC; }
span { border-color: rgb(81,98,236); }
td.TdClassName
{
border-color: #5162EC;
}
.TagClassName
{
border-color: #5162EC;
}
</style>