Shades of Royal Blue #5973EF
Tints of Royal Blue #5973EF
RGB
CMYK
RGB Variations
Color information
#5973EF (or 0x5973EF) is known color: Royal Blue. HEX triplet: 59, 73 and EF. RGB value is (89,115,239). Sum of RGB (Red+Green+Blue) = 89+115+239=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #5973EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5973EF is #A68C10. Grayscale: #787878. Windows color (decimal): -10914833 or 15692633. OLE color: 15692633.
HSL color Cylindrical-coordinate representation of color #5973EF: hue angle of 229.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5973EF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 115 | 239 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.06 |
| HSL | 229.6º | 0.82% | 0.64% | - |
| HSV(B) | 229.6º | 0.63% | 0.94% | - |
| XYZ | 25.83 | 20.62 | 84.28 | - |
| YUV | 121.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 239 | 0.63 | 0.52 | 0 | 0.06 | 229.6 | 0.82 | 0.64 |
| Hex | 59 | 73 | EF | 3F | 34 | 0 | 6 | E6 | 52 | 40 |
| Octal | 131 | 163 | 357 | 77 | 64 | 0 | 6 | 346 | 122 | 100 |
| Binary | 1011001 | 1110011 | 11101111 | 111111 | 110100 | 0 | 110 | 11100110 | 1010010 | 1000000 |
Color Harmonies of #5973EF
Complementary color
Monochromatic Colors of #5973EF
Black with #5973EF
Text Example
Text Example
White with #5973EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973EF; }
p { color: rgb(89,115,239); }
H1.HeaderClassName
{
color: #5973EF;
}
.AnyTagClassName
{
color: #5973EF;
}
</style>
background-color css
<style>
a { background-color: #5973EF; }
a { background-color: rgb(89,115,239); }
div.DivClassName
{
background-color: #5973EF;
}
.BgClassName
{
background-color: #5973EF;
}
</style>
border-color css
<style>
span { border-color: #5973EF; }
span { border-color: rgb(89,115,239); }
td.TdClassName
{
border-color: #5973EF;
}
.TagClassName
{
border-color: #5973EF;
}
</style>