Shades of Royal Blue #586ADB
Tints of Royal Blue #586ADB
RGB
CMYK
RGB Variations
Color information
#586ADB (or 0x586ADB) is known color: Royal Blue. HEX triplet: 58, 6A and DB. RGB value is (88,106,219). Sum of RGB (Red+Green+Blue) = 88+106+219=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #586ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ADB is #A79524. Grayscale: #717171. Windows color (decimal): -10982693 or 14379608. OLE color: 14379608.
HSL color Cylindrical-coordinate representation of color #586ADB: hue angle of 231.76º 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 #586ADB is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 106 | 219 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.14 |
| HSL | 231.76º | 0.65% | 0.6% | - |
| HSV(B) | 231.76º | 0.6% | 0.86% | - |
| XYZ | 21.96 | 17.5 | 69.24 | - |
| YUV | 113.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 219 | 0.60 | 0.52 | 0 | 0.14 | 231.76 | 0.65 | 0.6 |
| Hex | 58 | 6A | DB | 3C | 34 | 0 | E | E8 | 41 | 3C |
| Octal | 130 | 152 | 333 | 74 | 64 | 0 | 16 | 350 | 101 | 74 |
| Binary | 1011000 | 1101010 | 11011011 | 111100 | 110100 | 0 | 1110 | 11101000 | 1000001 | 111100 |
Color Harmonies of #586ADB
Complementary color
Monochromatic Colors of #586ADB
Black with #586ADB
Text Example
Text Example
White with #586ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586ADB; }
p { color: rgb(88,106,219); }
H1.HeaderClassName
{
color: #586ADB;
}
.AnyTagClassName
{
color: #586ADB;
}
</style>
background-color css
<style>
a { background-color: #586ADB; }
a { background-color: rgb(88,106,219); }
div.DivClassName
{
background-color: #586ADB;
}
.BgClassName
{
background-color: #586ADB;
}
</style>
border-color css
<style>
span { border-color: #586ADB; }
span { border-color: rgb(88,106,219); }
td.TdClassName
{
border-color: #586ADB;
}
.TagClassName
{
border-color: #586ADB;
}
</style>