Shades of Royal Blue #5373ED
Tints of Royal Blue #5373ED
RGB
CMYK
RGB Variations
Color information
#5373ED (or 0x5373ED) is known color: Royal Blue. HEX triplet: 53, 73 and ED. RGB value is (83,115,237). Sum of RGB (Red+Green+Blue) = 83+115+237=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #5373ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5373ED is #AC8C12. Grayscale: #767676. Windows color (decimal): -11308051 or 15561555. OLE color: 15561555.
HSL color Cylindrical-coordinate representation of color #5373ED: hue angle of 227.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5373ED is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 115 | 237 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.07 |
| HSL | 227.53º | 0.81% | 0.63% | - |
| HSV(B) | 227.53º | 0.65% | 0.93% | - |
| XYZ | 24.98 | 20.21 | 82.71 | - |
| YUV | 119.34 | 194.4 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 237 | 0.65 | 0.51 | 0 | 0.07 | 227.53 | 0.81 | 0.63 |
| Hex | 53 | 73 | ED | 41 | 33 | 0 | 7 | E4 | 51 | 3F |
| Octal | 123 | 163 | 355 | 101 | 63 | 0 | 7 | 344 | 121 | 77 |
| Binary | 1010011 | 1110011 | 11101101 | 1000001 | 110011 | 0 | 111 | 11100100 | 1010001 | 111111 |
Color Harmonies of #5373ED
Complementary color
Monochromatic Colors of #5373ED
Black with #5373ED
Text Example
Text Example
White with #5373ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373ED; }
p { color: rgb(83,115,237); }
H1.HeaderClassName
{
color: #5373ED;
}
.AnyTagClassName
{
color: #5373ED;
}
</style>
background-color css
<style>
a { background-color: #5373ED; }
a { background-color: rgb(83,115,237); }
div.DivClassName
{
background-color: #5373ED;
}
.BgClassName
{
background-color: #5373ED;
}
</style>
border-color css
<style>
span { border-color: #5373ED; }
span { border-color: rgb(83,115,237); }
td.TdClassName
{
border-color: #5373ED;
}
.TagClassName
{
border-color: #5373ED;
}
</style>