Shades of Royal Blue #586BDE
Tints of Royal Blue #586BDE
RGB
CMYK
RGB Variations
Color information
#586BDE (or 0x586BDE) is known color: Royal Blue. HEX triplet: 58, 6B and DE. RGB value is (88,107,222). Sum of RGB (Red+Green+Blue) = 88+107+222=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #586BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BDE is #A79421. Grayscale: #717171. Windows color (decimal): -10982434 or 14576472. OLE color: 14576472.
HSL color Cylindrical-coordinate representation of color #586BDE: hue angle of 231.49º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586BDE is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 107 | 222 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.13 |
| HSL | 231.49º | 0.67% | 0.61% | - |
| HSV(B) | 231.49º | 0.6% | 0.87% | - |
| XYZ | 22.47 | 17.86 | 71.37 | - |
| YUV | 114.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 222 | 0.60 | 0.52 | 0 | 0.13 | 231.49 | 0.67 | 0.61 |
| Hex | 58 | 6B | DE | 3C | 34 | 0 | D | E7 | 43 | 3D |
| Octal | 130 | 153 | 336 | 74 | 64 | 0 | 15 | 347 | 103 | 75 |
| Binary | 1011000 | 1101011 | 11011110 | 111100 | 110100 | 0 | 1101 | 11100111 | 1000011 | 111101 |
Color Harmonies of #586BDE
Complementary color
Monochromatic Colors of #586BDE
Black with #586BDE
Text Example
Text Example
White with #586BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BDE; }
p { color: rgb(88,107,222); }
H1.HeaderClassName
{
color: #586BDE;
}
.AnyTagClassName
{
color: #586BDE;
}
</style>
background-color css
<style>
a { background-color: #586BDE; }
a { background-color: rgb(88,107,222); }
div.DivClassName
{
background-color: #586BDE;
}
.BgClassName
{
background-color: #586BDE;
}
</style>
border-color css
<style>
span { border-color: #586BDE; }
span { border-color: rgb(88,107,222); }
td.TdClassName
{
border-color: #586BDE;
}
.TagClassName
{
border-color: #586BDE;
}
</style>