Shades of Royal Blue #586EEC
Tints of Royal Blue #586EEC
RGB
CMYK
RGB Variations
Color information
#586EEC (or 0x586EEC) is known color: Royal Blue. HEX triplet: 58, 6E and EC. RGB value is (88,110,236). Sum of RGB (Red+Green+Blue) = 88+110+236=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #586EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586EEC is #A79113. Grayscale: #757575. Windows color (decimal): -10981652 or 15494744. OLE color: 15494744.
HSL color Cylindrical-coordinate representation of color #586EEC: hue angle of 231.08º 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 #586EEC is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 110 | 236 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.07 |
| HSL | 231.08º | 0.8% | 0.64% | - |
| HSV(B) | 231.08º | 0.63% | 0.93% | - |
| XYZ | 24.74 | 19.28 | 81.77 | - |
| YUV | 117.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 236 | 0.63 | 0.53 | 0 | 0.07 | 231.08 | 0.8 | 0.64 |
| Hex | 58 | 6E | EC | 3F | 35 | 0 | 7 | E7 | 50 | 40 |
| Octal | 130 | 156 | 354 | 77 | 65 | 0 | 7 | 347 | 120 | 100 |
| Binary | 1011000 | 1101110 | 11101100 | 111111 | 110101 | 0 | 111 | 11100111 | 1010000 | 1000000 |
Color Harmonies of #586EEC
Complementary color
Monochromatic Colors of #586EEC
Black with #586EEC
Text Example
Text Example
White with #586EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586EEC; }
p { color: rgb(88,110,236); }
H1.HeaderClassName
{
color: #586EEC;
}
.AnyTagClassName
{
color: #586EEC;
}
</style>
background-color css
<style>
a { background-color: #586EEC; }
a { background-color: rgb(88,110,236); }
div.DivClassName
{
background-color: #586EEC;
}
.BgClassName
{
background-color: #586EEC;
}
</style>
border-color css
<style>
span { border-color: #586EEC; }
span { border-color: rgb(88,110,236); }
td.TdClassName
{
border-color: #586EEC;
}
.TagClassName
{
border-color: #586EEC;
}
</style>