Shades of Royal Blue #5973D7
Tints of Royal Blue #5973D7
RGB
CMYK
RGB Variations
Color information
#5973D7 (or 0x5973D7) is known color: Royal Blue. HEX triplet: 59, 73 and D7. RGB value is (89,115,215). Sum of RGB (Red+Green+Blue) = 89+115+215=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #5973D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5973D7 is #A68C28. Grayscale: #767676. Windows color (decimal): -10914857 or 14119769. OLE color: 14119769.
HSL color Cylindrical-coordinate representation of color #5973D7: hue angle of 227.62º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5973D7 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 115 | 215 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.16 |
| HSL | 227.62º | 0.61% | 0.6% | - |
| HSV(B) | 227.62º | 0.59% | 0.84% | - |
| XYZ | 22.52 | 19.29 | 66.83 | - |
| YUV | 118.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 215 | 0.59 | 0.47 | 0 | 0.16 | 227.62 | 0.61 | 0.6 |
| Hex | 59 | 73 | D7 | 3B | 2F | 0 | 10 | E4 | 3D | 3C |
| Octal | 131 | 163 | 327 | 73 | 57 | 0 | 20 | 344 | 75 | 74 |
| Binary | 1011001 | 1110011 | 11010111 | 111011 | 101111 | 0 | 10000 | 11100100 | 111101 | 111100 |
Color Harmonies of #5973D7
Complementary color
Monochromatic Colors of #5973D7
Black with #5973D7
Text Example
Text Example
White with #5973D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973D7; }
p { color: rgb(89,115,215); }
H1.HeaderClassName
{
color: #5973D7;
}
.AnyTagClassName
{
color: #5973D7;
}
</style>
background-color css
<style>
a { background-color: #5973D7; }
a { background-color: rgb(89,115,215); }
div.DivClassName
{
background-color: #5973D7;
}
.BgClassName
{
background-color: #5973D7;
}
</style>
border-color css
<style>
span { border-color: #5973D7; }
span { border-color: rgb(89,115,215); }
td.TdClassName
{
border-color: #5973D7;
}
.TagClassName
{
border-color: #5973D7;
}
</style>