Shades of Royal Blue #5976ED
Tints of Royal Blue #5976ED
RGB
CMYK
RGB Variations
Color information
#5976ED (or 0x5976ED) is known color: Royal Blue. HEX triplet: 59, 76 and ED. RGB value is (89,118,237). Sum of RGB (Red+Green+Blue) = 89+118+237=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #5976ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5976ED is #A68912. Grayscale: #7A7A7A. Windows color (decimal): -10914067 or 15562329. OLE color: 15562329.
HSL color Cylindrical-coordinate representation of color #5976ED: hue angle of 228.24º degrees, saturation: 0.8, 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 #5976ED is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 118 | 237 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.07 |
| HSL | 228.24º | 0.8% | 0.64% | - |
| HSV(B) | 228.24º | 0.62% | 0.93% | - |
| XYZ | 25.88 | 21.2 | 82.85 | - |
| YUV | 122.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 237 | 0.62 | 0.50 | 0 | 0.07 | 228.24 | 0.8 | 0.64 |
| Hex | 59 | 76 | ED | 3E | 32 | 0 | 7 | E4 | 50 | 40 |
| Octal | 131 | 166 | 355 | 76 | 62 | 0 | 7 | 344 | 120 | 100 |
| Binary | 1011001 | 1110110 | 11101101 | 111110 | 110010 | 0 | 111 | 11100100 | 1010000 | 1000000 |
Color Harmonies of #5976ED
Complementary color
Monochromatic Colors of #5976ED
Black with #5976ED
Text Example
Text Example
White with #5976ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976ED; }
p { color: rgb(89,118,237); }
H1.HeaderClassName
{
color: #5976ED;
}
.AnyTagClassName
{
color: #5976ED;
}
</style>
background-color css
<style>
a { background-color: #5976ED; }
a { background-color: rgb(89,118,237); }
div.DivClassName
{
background-color: #5976ED;
}
.BgClassName
{
background-color: #5976ED;
}
</style>
border-color css
<style>
span { border-color: #5976ED; }
span { border-color: rgb(89,118,237); }
td.TdClassName
{
border-color: #5976ED;
}
.TagClassName
{
border-color: #5976ED;
}
</style>