Shades of Royal Blue #5373DE
Tints of Royal Blue #5373DE
RGB
CMYK
RGB Variations
Color information
#5373DE (or 0x5373DE) is known color: Royal Blue. HEX triplet: 53, 73 and DE. RGB value is (83,115,222). Sum of RGB (Red+Green+Blue) = 83+115+222=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #5373DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373DE is #AC8C21. Grayscale: #757575. Windows color (decimal): -11308066 or 14578515. OLE color: 14578515.
HSL color Cylindrical-coordinate representation of color #5373DE: hue angle of 226.19º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5373DE is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 115 | 222 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.13 |
| HSL | 226.19º | 0.68% | 0.6% | - |
| HSV(B) | 226.19º | 0.63% | 0.87% | - |
| XYZ | 22.88 | 19.37 | 71.64 | - |
| YUV | 117.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 222 | 0.63 | 0.48 | 0 | 0.13 | 226.19 | 0.68 | 0.6 |
| Hex | 53 | 73 | DE | 3F | 30 | 0 | D | E2 | 44 | 3C |
| Octal | 123 | 163 | 336 | 77 | 60 | 0 | 15 | 342 | 104 | 74 |
| Binary | 1010011 | 1110011 | 11011110 | 111111 | 110000 | 0 | 1101 | 11100010 | 1000100 | 111100 |
Color Harmonies of #5373DE
Complementary color
Monochromatic Colors of #5373DE
Black with #5373DE
Text Example
Text Example
White with #5373DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373DE; }
p { color: rgb(83,115,222); }
H1.HeaderClassName
{
color: #5373DE;
}
.AnyTagClassName
{
color: #5373DE;
}
</style>
background-color css
<style>
a { background-color: #5373DE; }
a { background-color: rgb(83,115,222); }
div.DivClassName
{
background-color: #5373DE;
}
.BgClassName
{
background-color: #5373DE;
}
</style>
border-color css
<style>
span { border-color: #5373DE; }
span { border-color: rgb(83,115,222); }
td.TdClassName
{
border-color: #5373DE;
}
.TagClassName
{
border-color: #5373DE;
}
</style>