Shades of Royal Blue #586BEC
Tints of Royal Blue #586BEC
RGB
CMYK
RGB Variations
Color information
#586BEC (or 0x586BEC) is known color: Royal Blue. HEX triplet: 58, 6B and EC. RGB value is (88,107,236). Sum of RGB (Red+Green+Blue) = 88+107+236=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #586BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586BEC is #A79413. Grayscale: #737373. Windows color (decimal): -10982420 or 15493976. OLE color: 15493976.
HSL color Cylindrical-coordinate representation of color #586BEC: hue angle of 232.3º 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 #586BEC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 107 | 236 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.07 |
| HSL | 232.3º | 0.8% | 0.64% | - |
| HSV(B) | 232.3º | 0.63% | 0.93% | - |
| XYZ | 24.42 | 18.65 | 81.67 | - |
| YUV | 116.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 236 | 0.63 | 0.55 | 0 | 0.07 | 232.3 | 0.8 | 0.64 |
| Hex | 58 | 6B | EC | 3F | 37 | 0 | 7 | E8 | 50 | 40 |
| Octal | 130 | 153 | 354 | 77 | 67 | 0 | 7 | 350 | 120 | 100 |
| Binary | 1011000 | 1101011 | 11101100 | 111111 | 110111 | 0 | 111 | 11101000 | 1010000 | 1000000 |
Color Harmonies of #586BEC
Complementary color
Monochromatic Colors of #586BEC
Black with #586BEC
Text Example
Text Example
White with #586BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BEC; }
p { color: rgb(88,107,236); }
H1.HeaderClassName
{
color: #586BEC;
}
.AnyTagClassName
{
color: #586BEC;
}
</style>
background-color css
<style>
a { background-color: #586BEC; }
a { background-color: rgb(88,107,236); }
div.DivClassName
{
background-color: #586BEC;
}
.BgClassName
{
background-color: #586BEC;
}
</style>
border-color css
<style>
span { border-color: #586BEC; }
span { border-color: rgb(88,107,236); }
td.TdClassName
{
border-color: #586BEC;
}
.TagClassName
{
border-color: #586BEC;
}
</style>