Shades of Royal Blue #5973EE
Tints of Royal Blue #5973EE
RGB
CMYK
RGB Variations
Color information
#5973EE (or 0x5973EE) is known color: Royal Blue. HEX triplet: 59, 73 and EE. RGB value is (89,115,238). Sum of RGB (Red+Green+Blue) = 89+115+238=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #5973EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5973EE is #A68C11. Grayscale: #787878. Windows color (decimal): -10914834 or 15627097. OLE color: 15627097.
HSL color Cylindrical-coordinate representation of color #5973EE: hue angle of 229.53º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5973EE is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 115 | 238 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.07 |
| HSL | 229.53º | 0.81% | 0.64% | - |
| HSV(B) | 229.53º | 0.63% | 0.93% | - |
| XYZ | 25.68 | 20.56 | 83.5 | - |
| YUV | 121.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 238 | 0.63 | 0.52 | 0 | 0.07 | 229.53 | 0.81 | 0.64 |
| Hex | 59 | 73 | EE | 3F | 34 | 0 | 7 | E6 | 51 | 40 |
| Octal | 131 | 163 | 356 | 77 | 64 | 0 | 7 | 346 | 121 | 100 |
| Binary | 1011001 | 1110011 | 11101110 | 111111 | 110100 | 0 | 111 | 11100110 | 1010001 | 1000000 |
Color Harmonies of #5973EE
Complementary color
Monochromatic Colors of #5973EE
Black with #5973EE
Text Example
Text Example
White with #5973EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973EE; }
p { color: rgb(89,115,238); }
H1.HeaderClassName
{
color: #5973EE;
}
.AnyTagClassName
{
color: #5973EE;
}
</style>
background-color css
<style>
a { background-color: #5973EE; }
a { background-color: rgb(89,115,238); }
div.DivClassName
{
background-color: #5973EE;
}
.BgClassName
{
background-color: #5973EE;
}
</style>
border-color css
<style>
span { border-color: #5973EE; }
span { border-color: rgb(89,115,238); }
td.TdClassName
{
border-color: #5973EE;
}
.TagClassName
{
border-color: #5973EE;
}
</style>