Shades of Royal Blue #5973EB
Tints of Royal Blue #5973EB
RGB
CMYK
RGB Variations
Color information
#5973EB (or 0x5973EB) is known color: Royal Blue. HEX triplet: 59, 73 and EB. RGB value is (89,115,235). Sum of RGB (Red+Green+Blue) = 89+115+235=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #5973EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5973EB is #A68C14. Grayscale: #787878. Windows color (decimal): -10914837 or 15430489. OLE color: 15430489.
HSL color Cylindrical-coordinate representation of color #5973EB: hue angle of 229.32º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5973EB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 115 | 235 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.08 |
| HSL | 229.32º | 0.78% | 0.64% | - |
| HSV(B) | 229.32º | 0.62% | 0.92% | - |
| XYZ | 25.25 | 20.38 | 81.2 | - |
| YUV | 120.91 | 192.39 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 235 | 0.62 | 0.51 | 0 | 0.08 | 229.32 | 0.78 | 0.64 |
| Hex | 59 | 73 | EB | 3E | 33 | 0 | 8 | E5 | 4E | 40 |
| Octal | 131 | 163 | 353 | 76 | 63 | 0 | 10 | 345 | 116 | 100 |
| Binary | 1011001 | 1110011 | 11101011 | 111110 | 110011 | 0 | 1000 | 11100101 | 1001110 | 1000000 |
Color Harmonies of #5973EB
Complementary color
Monochromatic Colors of #5973EB
Black with #5973EB
Text Example
Text Example
White with #5973EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973EB; }
p { color: rgb(89,115,235); }
H1.HeaderClassName
{
color: #5973EB;
}
.AnyTagClassName
{
color: #5973EB;
}
</style>
background-color css
<style>
a { background-color: #5973EB; }
a { background-color: rgb(89,115,235); }
div.DivClassName
{
background-color: #5973EB;
}
.BgClassName
{
background-color: #5973EB;
}
</style>
border-color css
<style>
span { border-color: #5973EB; }
span { border-color: rgb(89,115,235); }
td.TdClassName
{
border-color: #5973EB;
}
.TagClassName
{
border-color: #5973EB;
}
</style>