Shades of Royal Blue #5973ED
Tints of Royal Blue #5973ED
RGB
CMYK
RGB Variations
Color information
#5973ED (or 0x5973ED) is known color: Royal Blue. HEX triplet: 59, 73 and ED. RGB value is (89,115,237). Sum of RGB (Red+Green+Blue) = 89+115+237=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #5973ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5973ED is #A68C12. Grayscale: #787878. Windows color (decimal): -10914835 or 15561561. OLE color: 15561561.
HSL color Cylindrical-coordinate representation of color #5973ED: hue angle of 229.46º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5973ED is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 115 | 237 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.07 |
| HSL | 229.46º | 0.8% | 0.64% | - |
| HSV(B) | 229.46º | 0.62% | 0.93% | - |
| XYZ | 25.54 | 20.5 | 82.73 | - |
| YUV | 121.13 | 193.39 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 237 | 0.62 | 0.51 | 0 | 0.07 | 229.46 | 0.8 | 0.64 |
| Hex | 59 | 73 | ED | 3E | 33 | 0 | 7 | E5 | 50 | 40 |
| Octal | 131 | 163 | 355 | 76 | 63 | 0 | 7 | 345 | 120 | 100 |
| Binary | 1011001 | 1110011 | 11101101 | 111110 | 110011 | 0 | 111 | 11100101 | 1010000 | 1000000 |
Color Harmonies of #5973ED
Complementary color
Monochromatic Colors of #5973ED
Black with #5973ED
Text Example
Text Example
White with #5973ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973ED; }
p { color: rgb(89,115,237); }
H1.HeaderClassName
{
color: #5973ED;
}
.AnyTagClassName
{
color: #5973ED;
}
</style>
background-color css
<style>
a { background-color: #5973ED; }
a { background-color: rgb(89,115,237); }
div.DivClassName
{
background-color: #5973ED;
}
.BgClassName
{
background-color: #5973ED;
}
</style>
border-color css
<style>
span { border-color: #5973ED; }
span { border-color: rgb(89,115,237); }
td.TdClassName
{
border-color: #5973ED;
}
.TagClassName
{
border-color: #5973ED;
}
</style>