Shades of Royal Blue #586AD1
Tints of Royal Blue #586AD1
RGB
CMYK
RGB Variations
Color information
#586AD1 (or 0x586AD1) is known color: Royal Blue. HEX triplet: 58, 6A and D1. RGB value is (88,106,209). Sum of RGB (Red+Green+Blue) = 88+106+209=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #586AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586AD1 is #A7952E. Grayscale: #6F6F6F. Windows color (decimal): -10982703 or 13724248. OLE color: 13724248.
HSL color Cylindrical-coordinate representation of color #586AD1: hue angle of 231.07º degrees, saturation: 0.57, 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 #586AD1 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 106 | 209 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.18 |
| HSL | 231.07º | 0.57% | 0.58% | - |
| HSV(B) | 231.07º | 0.58% | 0.82% | - |
| XYZ | 20.69 | 16.99 | 62.51 | - |
| YUV | 112.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 209 | 0.58 | 0.49 | 0 | 0.18 | 231.07 | 0.57 | 0.58 |
| Hex | 58 | 6A | D1 | 3A | 31 | 0 | 12 | E7 | 39 | 3A |
| Octal | 130 | 152 | 321 | 72 | 61 | 0 | 22 | 347 | 71 | 72 |
| Binary | 1011000 | 1101010 | 11010001 | 111010 | 110001 | 0 | 10010 | 11100111 | 111001 | 111010 |
Color Harmonies of #586AD1
Complementary color
Monochromatic Colors of #586AD1
Black with #586AD1
Text Example
Text Example
White with #586AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586AD1; }
p { color: rgb(88,106,209); }
H1.HeaderClassName
{
color: #586AD1;
}
.AnyTagClassName
{
color: #586AD1;
}
</style>
background-color css
<style>
a { background-color: #586AD1; }
a { background-color: rgb(88,106,209); }
div.DivClassName
{
background-color: #586AD1;
}
.BgClassName
{
background-color: #586AD1;
}
</style>
border-color css
<style>
span { border-color: #586AD1; }
span { border-color: rgb(88,106,209); }
td.TdClassName
{
border-color: #586AD1;
}
.TagClassName
{
border-color: #586AD1;
}
</style>