Shades of Royal Blue #5162E0
Tints of Royal Blue #5162E0
RGB
CMYK
RGB Variations
Color information
#5162E0 (or 0x5162E0) is known color: Royal Blue. HEX triplet: 51, 62 and E0. RGB value is (81,98,224). Sum of RGB (Red+Green+Blue) = 81+98+224=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #5162E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162E0 is #AE9D1F. Grayscale: #6A6A6A. Windows color (decimal): -11443488 or 14705233. OLE color: 14705233.
HSL color Cylindrical-coordinate representation of color #5162E0: hue angle of 232.87º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5162E0 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 98 | 224 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.12 |
| HSL | 232.87º | 0.7% | 0.6% | - |
| HSV(B) | 232.87º | 0.64% | 0.88% | - |
| XYZ | 21.22 | 15.87 | 72.47 | - |
| YUV | 107.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 224 | 0.64 | 0.56 | 0 | 0.12 | 232.87 | 0.7 | 0.6 |
| Hex | 51 | 62 | E0 | 40 | 38 | 0 | C | E9 | 46 | 3C |
| Octal | 121 | 142 | 340 | 100 | 70 | 0 | 14 | 351 | 106 | 74 |
| Binary | 1010001 | 1100010 | 11100000 | 1000000 | 111000 | 0 | 1100 | 11101001 | 1000110 | 111100 |
Color Harmonies of #5162E0
Complementary color
Monochromatic Colors of #5162E0
Black with #5162E0
Text Example
Text Example
White with #5162E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162E0; }
p { color: rgb(81,98,224); }
H1.HeaderClassName
{
color: #5162E0;
}
.AnyTagClassName
{
color: #5162E0;
}
</style>
background-color css
<style>
a { background-color: #5162E0; }
a { background-color: rgb(81,98,224); }
div.DivClassName
{
background-color: #5162E0;
}
.BgClassName
{
background-color: #5162E0;
}
</style>
border-color css
<style>
span { border-color: #5162E0; }
span { border-color: rgb(81,98,224); }
td.TdClassName
{
border-color: #5162E0;
}
.TagClassName
{
border-color: #5162E0;
}
</style>