Shades of Royal Blue #5373E9
Tints of Royal Blue #5373E9
RGB
CMYK
RGB Variations
Color information
#5373E9 (or 0x5373E9) is known color: Royal Blue. HEX triplet: 53, 73 and E9. RGB value is (83,115,233). Sum of RGB (Red+Green+Blue) = 83+115+233=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #5373E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5373E9 is #AC8C16. Grayscale: #767676. Windows color (decimal): -11308055 or 15299411. OLE color: 15299411.
HSL color Cylindrical-coordinate representation of color #5373E9: hue angle of 227.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5373E9 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 115 | 233 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.09 |
| HSL | 227.2º | 0.77% | 0.62% | - |
| HSV(B) | 227.2º | 0.64% | 0.91% | - |
| XYZ | 24.41 | 19.98 | 79.66 | - |
| YUV | 118.88 | 192.4 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 233 | 0.64 | 0.51 | 0 | 0.09 | 227.2 | 0.77 | 0.62 |
| Hex | 53 | 73 | E9 | 40 | 33 | 0 | 9 | E3 | 4D | 3E |
| Octal | 123 | 163 | 351 | 100 | 63 | 0 | 11 | 343 | 115 | 76 |
| Binary | 1010011 | 1110011 | 11101001 | 1000000 | 110011 | 0 | 1001 | 11100011 | 1001101 | 111110 |
Color Harmonies of #5373E9
Complementary color
Monochromatic Colors of #5373E9
Black with #5373E9
Text Example
Text Example
White with #5373E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373E9; }
p { color: rgb(83,115,233); }
H1.HeaderClassName
{
color: #5373E9;
}
.AnyTagClassName
{
color: #5373E9;
}
</style>
background-color css
<style>
a { background-color: #5373E9; }
a { background-color: rgb(83,115,233); }
div.DivClassName
{
background-color: #5373E9;
}
.BgClassName
{
background-color: #5373E9;
}
</style>
border-color css
<style>
span { border-color: #5373E9; }
span { border-color: rgb(83,115,233); }
td.TdClassName
{
border-color: #5373E9;
}
.TagClassName
{
border-color: #5373E9;
}
</style>