Shades of Royal Blue #5972DC
Tints of Royal Blue #5972DC
RGB
CMYK
RGB Variations
Color information
#5972DC (or 0x5972DC) is known color: Royal Blue. HEX triplet: 59, 72 and DC. RGB value is (89,114,220). Sum of RGB (Red+Green+Blue) = 89+114+220=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5972DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972DC is #A68D23. Grayscale: #767676. Windows color (decimal): -10915108 or 14447193. OLE color: 14447193.
HSL color Cylindrical-coordinate representation of color #5972DC: hue angle of 228.55º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5972DC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 114 | 220 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.14 |
| HSL | 228.55º | 0.65% | 0.61% | - |
| HSV(B) | 228.55º | 0.6% | 0.86% | - |
| XYZ | 23.06 | 19.33 | 70.23 | - |
| YUV | 118.61 | 185.22 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 220 | 0.60 | 0.48 | 0 | 0.14 | 228.55 | 0.65 | 0.61 |
| Hex | 59 | 72 | DC | 3C | 30 | 0 | E | E5 | 41 | 3D |
| Octal | 131 | 162 | 334 | 74 | 60 | 0 | 16 | 345 | 101 | 75 |
| Binary | 1011001 | 1110010 | 11011100 | 111100 | 110000 | 0 | 1110 | 11100101 | 1000001 | 111101 |
Color Harmonies of #5972DC
Complementary color
Monochromatic Colors of #5972DC
Black with #5972DC
Text Example
Text Example
White with #5972DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972DC; }
p { color: rgb(89,114,220); }
H1.HeaderClassName
{
color: #5972DC;
}
.AnyTagClassName
{
color: #5972DC;
}
</style>
background-color css
<style>
a { background-color: #5972DC; }
a { background-color: rgb(89,114,220); }
div.DivClassName
{
background-color: #5972DC;
}
.BgClassName
{
background-color: #5972DC;
}
</style>
border-color css
<style>
span { border-color: #5972DC; }
span { border-color: rgb(89,114,220); }
td.TdClassName
{
border-color: #5972DC;
}
.TagClassName
{
border-color: #5972DC;
}
</style>