Shades of Royal Blue #5976EF
Tints of Royal Blue #5976EF
RGB
CMYK
RGB Variations
Color information
#5976EF (or 0x5976EF) is known color: Royal Blue. HEX triplet: 59, 76 and EF. RGB value is (89,118,239). Sum of RGB (Red+Green+Blue) = 89+118+239=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #5976EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5976EF is #A68910. Grayscale: #7A7A7A. Windows color (decimal): -10914065 or 15693401. OLE color: 15693401.
HSL color Cylindrical-coordinate representation of color #5976EF: hue angle of 228.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5976EF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 118 | 239 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.06 |
| HSL | 228.4º | 0.82% | 0.64% | - |
| HSV(B) | 228.4º | 0.63% | 0.94% | - |
| XYZ | 26.18 | 21.31 | 84.4 | - |
| YUV | 123.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 239 | 0.63 | 0.51 | 0 | 0.06 | 228.4 | 0.82 | 0.64 |
| Hex | 59 | 76 | EF | 3F | 33 | 0 | 6 | E4 | 52 | 40 |
| Octal | 131 | 166 | 357 | 77 | 63 | 0 | 6 | 344 | 122 | 100 |
| Binary | 1011001 | 1110110 | 11101111 | 111111 | 110011 | 0 | 110 | 11100100 | 1010010 | 1000000 |
Color Harmonies of #5976EF
Complementary color
Monochromatic Colors of #5976EF
Black with #5976EF
Text Example
Text Example
White with #5976EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976EF; }
p { color: rgb(89,118,239); }
H1.HeaderClassName
{
color: #5976EF;
}
.AnyTagClassName
{
color: #5976EF;
}
</style>
background-color css
<style>
a { background-color: #5976EF; }
a { background-color: rgb(89,118,239); }
div.DivClassName
{
background-color: #5976EF;
}
.BgClassName
{
background-color: #5976EF;
}
</style>
border-color css
<style>
span { border-color: #5976EF; }
span { border-color: rgb(89,118,239); }
td.TdClassName
{
border-color: #5976EF;
}
.TagClassName
{
border-color: #5976EF;
}
</style>