Shades of Royal Blue #5866EC
Tints of Royal Blue #5866EC
RGB
CMYK
RGB Variations
Color information
#5866EC (or 0x5866EC) is known color: Royal Blue. HEX triplet: 58, 66 and EC. RGB value is (88,102,236). Sum of RGB (Red+Green+Blue) = 88+102+236=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #5866EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5866EC is #A79913. Grayscale: #707070. Windows color (decimal): -10983700 or 15492696. OLE color: 15492696.
HSL color Cylindrical-coordinate representation of color #5866EC: hue angle of 234.32º 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 #5866EC is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 102 | 236 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.07 |
| HSL | 234.32º | 0.8% | 0.64% | - |
| HSV(B) | 234.32º | 0.63% | 0.93% | - |
| XYZ | 23.92 | 17.63 | 81.5 | - |
| YUV | 113.09 | 197.36 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 236 | 0.63 | 0.57 | 0 | 0.07 | 234.32 | 0.8 | 0.64 |
| Hex | 58 | 66 | EC | 3F | 39 | 0 | 7 | EA | 50 | 40 |
| Octal | 130 | 146 | 354 | 77 | 71 | 0 | 7 | 352 | 120 | 100 |
| Binary | 1011000 | 1100110 | 11101100 | 111111 | 111001 | 0 | 111 | 11101010 | 1010000 | 1000000 |
Color Harmonies of #5866EC
Complementary color
Monochromatic Colors of #5866EC
Black with #5866EC
Text Example
Text Example
White with #5866EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5866EC; }
p { color: rgb(88,102,236); }
H1.HeaderClassName
{
color: #5866EC;
}
.AnyTagClassName
{
color: #5866EC;
}
</style>
background-color css
<style>
a { background-color: #5866EC; }
a { background-color: rgb(88,102,236); }
div.DivClassName
{
background-color: #5866EC;
}
.BgClassName
{
background-color: #5866EC;
}
</style>
border-color css
<style>
span { border-color: #5866EC; }
span { border-color: rgb(88,102,236); }
td.TdClassName
{
border-color: #5866EC;
}
.TagClassName
{
border-color: #5866EC;
}
</style>