Shades of Royal Blue #5876EC
Tints of Royal Blue #5876EC
RGB
CMYK
RGB Variations
Color information
#5876EC (or 0x5876EC) is known color: Royal Blue. HEX triplet: 58, 76 and EC. RGB value is (88,118,236). Sum of RGB (Red+Green+Blue) = 88+118+236=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #5876EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5876EC is #A78913. Grayscale: #797979. Windows color (decimal): -10979604 or 15496792. OLE color: 15496792.
HSL color Cylindrical-coordinate representation of color #5876EC: hue angle of 227.84º degrees, saturation: 0.8, 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 #5876EC is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 118 | 236 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.07 |
| HSL | 227.84º | 0.8% | 0.64% | - |
| HSV(B) | 227.84º | 0.63% | 0.93% | - |
| XYZ | 25.64 | 21.09 | 82.08 | - |
| YUV | 122.48 | 192.06 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 236 | 0.63 | 0.5 | 0 | 0.07 | 227.84 | 0.8 | 0.64 |
| Hex | 58 | 76 | EC | 3F | 32 | 0 | 7 | E4 | 50 | 40 |
| Octal | 130 | 166 | 354 | 77 | 62 | 0 | 7 | 344 | 120 | 100 |
| Binary | 1011000 | 1110110 | 11101100 | 111111 | 110010 | 0 | 111 | 11100100 | 1010000 | 1000000 |
Color Harmonies of #5876EC
Complementary color
Monochromatic Colors of #5876EC
Black with #5876EC
Text Example
Text Example
White with #5876EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5876EC; }
p { color: rgb(88,118,236); }
H1.HeaderClassName
{
color: #5876EC;
}
.AnyTagClassName
{
color: #5876EC;
}
</style>
background-color css
<style>
a { background-color: #5876EC; }
a { background-color: rgb(88,118,236); }
div.DivClassName
{
background-color: #5876EC;
}
.BgClassName
{
background-color: #5876EC;
}
</style>
border-color css
<style>
span { border-color: #5876EC; }
span { border-color: rgb(88,118,236); }
td.TdClassName
{
border-color: #5876EC;
}
.TagClassName
{
border-color: #5876EC;
}
</style>