Shades of Royal Blue #586AD5
Tints of Royal Blue #586AD5
RGB
CMYK
RGB Variations
Color information
#586AD5 (or 0x586AD5) is known color: Royal Blue. HEX triplet: 58, 6A and D5. RGB value is (88,106,213). Sum of RGB (Red+Green+Blue) = 88+106+213=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #586AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586AD5 is #A7952A. Grayscale: #707070. Windows color (decimal): -10982699 or 13986392. OLE color: 13986392.
HSL color Cylindrical-coordinate representation of color #586AD5: hue angle of 231.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586AD5 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 106 | 213 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.16 |
| HSL | 231.36º | 0.6% | 0.59% | - |
| HSV(B) | 231.36º | 0.59% | 0.84% | - |
| XYZ | 21.19 | 17.19 | 65.15 | - |
| YUV | 112.82 | 184.54 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 213 | 0.59 | 0.50 | 0 | 0.16 | 231.36 | 0.6 | 0.59 |
| Hex | 58 | 6A | D5 | 3B | 32 | 0 | 10 | E7 | 3C | 3B |
| Octal | 130 | 152 | 325 | 73 | 62 | 0 | 20 | 347 | 74 | 73 |
| Binary | 1011000 | 1101010 | 11010101 | 111011 | 110010 | 0 | 10000 | 11100111 | 111100 | 111011 |
Color Harmonies of #586AD5
Complementary color
Monochromatic Colors of #586AD5
Black with #586AD5
Text Example
Text Example
White with #586AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586AD5; }
p { color: rgb(88,106,213); }
H1.HeaderClassName
{
color: #586AD5;
}
.AnyTagClassName
{
color: #586AD5;
}
</style>
background-color css
<style>
a { background-color: #586AD5; }
a { background-color: rgb(88,106,213); }
div.DivClassName
{
background-color: #586AD5;
}
.BgClassName
{
background-color: #586AD5;
}
</style>
border-color css
<style>
span { border-color: #586AD5; }
span { border-color: rgb(88,106,213); }
td.TdClassName
{
border-color: #586AD5;
}
.TagClassName
{
border-color: #586AD5;
}
</style>