Shades of Royal Blue #586BDC
Tints of Royal Blue #586BDC
RGB
CMYK
RGB Variations
Color information
#586BDC (or 0x586BDC) is known color: Royal Blue. HEX triplet: 58, 6B and DC. RGB value is (88,107,220). Sum of RGB (Red+Green+Blue) = 88+107+220=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #586BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BDC is #A79423. Grayscale: #717171. Windows color (decimal): -10982436 or 14445400. OLE color: 14445400.
HSL color Cylindrical-coordinate representation of color #586BDC: hue angle of 231.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586BDC is Cyan = 0.6, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 107 | 220 | - |
| CMYK | 0.6 | 0.51 | 0 | 0.14 |
| HSL | 231.36º | 0.65% | 0.6% | - |
| HSV(B) | 231.36º | 0.6% | 0.86% | - |
| XYZ | 22.2 | 17.76 | 69.97 | - |
| YUV | 114.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 220 | 0.6 | 0.51 | 0 | 0.14 | 231.36 | 0.65 | 0.6 |
| Hex | 58 | 6B | DC | 3C | 33 | 0 | E | E7 | 41 | 3C |
| Octal | 130 | 153 | 334 | 74 | 63 | 0 | 16 | 347 | 101 | 74 |
| Binary | 1011000 | 1101011 | 11011100 | 111100 | 110011 | 0 | 1110 | 11100111 | 1000001 | 111100 |
Color Harmonies of #586BDC
Complementary color
Monochromatic Colors of #586BDC
Black with #586BDC
Text Example
Text Example
White with #586BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BDC; }
p { color: rgb(88,107,220); }
H1.HeaderClassName
{
color: #586BDC;
}
.AnyTagClassName
{
color: #586BDC;
}
</style>
background-color css
<style>
a { background-color: #586BDC; }
a { background-color: rgb(88,107,220); }
div.DivClassName
{
background-color: #586BDC;
}
.BgClassName
{
background-color: #586BDC;
}
</style>
border-color css
<style>
span { border-color: #586BDC; }
span { border-color: rgb(88,107,220); }
td.TdClassName
{
border-color: #586BDC;
}
.TagClassName
{
border-color: #586BDC;
}
</style>