Shades of Royal Blue #5972FF
Tints of Royal Blue #5972FF
RGB
CMYK
RGB Variations
Color information
#5972FF (or 0x5972FF) is known color: Royal Blue. HEX triplet: 59, 72 and FF. RGB value is (89,114,255). Sum of RGB (Red+Green+Blue) = 89+114+255=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #5972FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5972FF is #A68D00. Grayscale: #7A7A7A. Windows color (decimal): -10915073 or 16740953. OLE color: 16740953.
HSL color Cylindrical-coordinate representation of color #5972FF: hue angle of 230.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5972FF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 114 | 255 | - |
| CMYK | 0.65 | 0.55 | 0 | 0 |
| HSL | 230.96º | 1% | 0.67% | - |
| HSV(B) | 230.96º | 0.65% | 1% | - |
| XYZ | 28.19 | 21.38 | 97.25 | - |
| YUV | 122.6 | 202.72 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 255 | 0.65 | 0.55 | 0 | 0 | 230.96 | 1 | 0.67 |
| Hex | 59 | 72 | FF | 41 | 37 | 0 | 0 | E7 | 64 | 43 |
| Octal | 131 | 162 | 377 | 101 | 67 | 0 | 0 | 347 | 144 | 103 |
| Binary | 1011001 | 1110010 | 11111111 | 1000001 | 110111 | 0 | 0 | 11100111 | 1100100 | 1000011 |
Color Harmonies of #5972FF
Complementary color
Monochromatic Colors of #5972FF
Black with #5972FF
Text Example
Text Example
White with #5972FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972FF; }
p { color: rgb(89,114,255); }
H1.HeaderClassName
{
color: #5972FF;
}
.AnyTagClassName
{
color: #5972FF;
}
</style>
background-color css
<style>
a { background-color: #5972FF; }
a { background-color: rgb(89,114,255); }
div.DivClassName
{
background-color: #5972FF;
}
.BgClassName
{
background-color: #5972FF;
}
</style>
border-color css
<style>
span { border-color: #5972FF; }
span { border-color: rgb(89,114,255); }
td.TdClassName
{
border-color: #5972FF;
}
.TagClassName
{
border-color: #5972FF;
}
</style>