Shades of Royal Blue #586AD2
Tints of Royal Blue #586AD2
RGB
CMYK
RGB Variations
Color information
#586AD2 (or 0x586AD2) is known color: Royal Blue. HEX triplet: 58, 6A and D2. RGB value is (88,106,210). Sum of RGB (Red+Green+Blue) = 88+106+210=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 210 (82.42% from 255 or 51.98% from 404); Max value from RGB is 210 - color contains mainly: blue. Hex color #586AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586AD2 is #A7952D. Grayscale: #707070. Windows color (decimal): -10982702 or 13789784. OLE color: 13789784.
HSL color Cylindrical-coordinate representation of color #586AD2: hue angle of 231.15º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586AD2 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 106 | 210 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.18 |
| HSL | 231.15º | 0.58% | 0.58% | - |
| HSV(B) | 231.15º | 0.58% | 0.82% | - |
| XYZ | 20.81 | 17.04 | 63.16 | - |
| YUV | 112.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 210 | 0.58 | 0.50 | 0 | 0.18 | 231.15 | 0.58 | 0.58 |
| Hex | 58 | 6A | D2 | 3A | 32 | 0 | 12 | E7 | 3A | 3A |
| Octal | 130 | 152 | 322 | 72 | 62 | 0 | 22 | 347 | 72 | 72 |
| Binary | 1011000 | 1101010 | 11010010 | 111010 | 110010 | 0 | 10010 | 11100111 | 111010 | 111010 |
Color Harmonies of #586AD2
Complementary color
Monochromatic Colors of #586AD2
Black with #586AD2
Text Example
Text Example
White with #586AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586AD2; }
p { color: rgb(88,106,210); }
H1.HeaderClassName
{
color: #586AD2;
}
.AnyTagClassName
{
color: #586AD2;
}
</style>
background-color css
<style>
a { background-color: #586AD2; }
a { background-color: rgb(88,106,210); }
div.DivClassName
{
background-color: #586AD2;
}
.BgClassName
{
background-color: #586AD2;
}
</style>
border-color css
<style>
span { border-color: #586AD2; }
span { border-color: rgb(88,106,210); }
td.TdClassName
{
border-color: #586AD2;
}
.TagClassName
{
border-color: #586AD2;
}
</style>