Shades of Royal Blue #5976EC
Tints of Royal Blue #5976EC
RGB
CMYK
RGB Variations
Color information
#5976EC (or 0x5976EC) is known color: Royal Blue. HEX triplet: 59, 76 and EC. RGB value is (89,118,236). Sum of RGB (Red+Green+Blue) = 89+118+236=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #5976EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5976EC is #A68913. Grayscale: #7A7A7A. Windows color (decimal): -10914068 or 15496793. OLE color: 15496793.
HSL color Cylindrical-coordinate representation of color #5976EC: hue angle of 228.16º degrees, saturation: 0.79, 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 #5976EC is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 118 | 236 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.07 |
| HSL | 228.16º | 0.79% | 0.64% | - |
| HSV(B) | 228.16º | 0.62% | 0.93% | - |
| XYZ | 25.74 | 21.14 | 82.08 | - |
| YUV | 122.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 236 | 0.62 | 0.5 | 0 | 0.07 | 228.16 | 0.79 | 0.64 |
| Hex | 59 | 76 | EC | 3E | 32 | 0 | 7 | E4 | 4F | 40 |
| Octal | 131 | 166 | 354 | 76 | 62 | 0 | 7 | 344 | 117 | 100 |
| Binary | 1011001 | 1110110 | 11101100 | 111110 | 110010 | 0 | 111 | 11100100 | 1001111 | 1000000 |
Color Harmonies of #5976EC
Complementary color
Monochromatic Colors of #5976EC
Black with #5976EC
Text Example
Text Example
White with #5976EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976EC; }
p { color: rgb(89,118,236); }
H1.HeaderClassName
{
color: #5976EC;
}
.AnyTagClassName
{
color: #5976EC;
}
</style>
background-color css
<style>
a { background-color: #5976EC; }
a { background-color: rgb(89,118,236); }
div.DivClassName
{
background-color: #5976EC;
}
.BgClassName
{
background-color: #5976EC;
}
</style>
border-color css
<style>
span { border-color: #5976EC; }
span { border-color: rgb(89,118,236); }
td.TdClassName
{
border-color: #5976EC;
}
.TagClassName
{
border-color: #5976EC;
}
</style>