Shades of Royal Blue #5976EE
Tints of Royal Blue #5976EE
RGB
CMYK
RGB Variations
Color information
#5976EE (or 0x5976EE) is known color: Royal Blue. HEX triplet: 59, 76 and EE. RGB value is (89,118,238). Sum of RGB (Red+Green+Blue) = 89+118+238=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #5976EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5976EE is #A68911. Grayscale: #7A7A7A. Windows color (decimal): -10914066 or 15627865. OLE color: 15627865.
HSL color Cylindrical-coordinate representation of color #5976EE: hue angle of 228.32º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5976EE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 118 | 238 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.07 |
| HSL | 228.32º | 0.81% | 0.64% | - |
| HSV(B) | 228.32º | 0.63% | 0.93% | - |
| XYZ | 26.03 | 21.25 | 83.62 | - |
| YUV | 123.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 238 | 0.63 | 0.50 | 0 | 0.07 | 228.32 | 0.81 | 0.64 |
| Hex | 59 | 76 | EE | 3F | 32 | 0 | 7 | E4 | 51 | 40 |
| Octal | 131 | 166 | 356 | 77 | 62 | 0 | 7 | 344 | 121 | 100 |
| Binary | 1011001 | 1110110 | 11101110 | 111111 | 110010 | 0 | 111 | 11100100 | 1010001 | 1000000 |
Color Harmonies of #5976EE
Complementary color
Monochromatic Colors of #5976EE
Black with #5976EE
Text Example
Text Example
White with #5976EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976EE; }
p { color: rgb(89,118,238); }
H1.HeaderClassName
{
color: #5976EE;
}
.AnyTagClassName
{
color: #5976EE;
}
</style>
background-color css
<style>
a { background-color: #5976EE; }
a { background-color: rgb(89,118,238); }
div.DivClassName
{
background-color: #5976EE;
}
.BgClassName
{
background-color: #5976EE;
}
</style>
border-color css
<style>
span { border-color: #5976EE; }
span { border-color: rgb(89,118,238); }
td.TdClassName
{
border-color: #5976EE;
}
.TagClassName
{
border-color: #5976EE;
}
</style>