Shades of Royal Blue #5162DA
Tints of Royal Blue #5162DA
RGB
CMYK
RGB Variations
Color information
#5162DA (or 0x5162DA) is known color: Royal Blue. HEX triplet: 51, 62 and DA. RGB value is (81,98,218). Sum of RGB (Red+Green+Blue) = 81+98+218=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #5162DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162DA is #AE9D25. Grayscale: #6A6A6A. Windows color (decimal): -11443494 or 14312017. OLE color: 14312017.
HSL color Cylindrical-coordinate representation of color #5162DA: hue angle of 232.55º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5162DA is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 98 | 218 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.15 |
| HSL | 232.55º | 0.65% | 0.59% | - |
| HSV(B) | 232.55º | 0.63% | 0.85% | - |
| XYZ | 20.42 | 15.55 | 68.25 | - |
| YUV | 106.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 218 | 0.63 | 0.55 | 0 | 0.15 | 232.55 | 0.65 | 0.59 |
| Hex | 51 | 62 | DA | 3F | 37 | 0 | F | E9 | 41 | 3B |
| Octal | 121 | 142 | 332 | 77 | 67 | 0 | 17 | 351 | 101 | 73 |
| Binary | 1010001 | 1100010 | 11011010 | 111111 | 110111 | 0 | 1111 | 11101001 | 1000001 | 111011 |
Color Harmonies of #5162DA
Complementary color
Monochromatic Colors of #5162DA
Black with #5162DA
Text Example
Text Example
White with #5162DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162DA; }
p { color: rgb(81,98,218); }
H1.HeaderClassName
{
color: #5162DA;
}
.AnyTagClassName
{
color: #5162DA;
}
</style>
background-color css
<style>
a { background-color: #5162DA; }
a { background-color: rgb(81,98,218); }
div.DivClassName
{
background-color: #5162DA;
}
.BgClassName
{
background-color: #5162DA;
}
</style>
border-color css
<style>
span { border-color: #5162DA; }
span { border-color: rgb(81,98,218); }
td.TdClassName
{
border-color: #5162DA;
}
.TagClassName
{
border-color: #5162DA;
}
</style>