Shades of Royal Blue #586AED
Tints of Royal Blue #586AED
RGB
CMYK
RGB Variations
Color information
#586AED (or 0x586AED) is known color: Royal Blue. HEX triplet: 58, 6A and ED. RGB value is (88,106,237). Sum of RGB (Red+Green+Blue) = 88+106+237=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #586AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586AED is #A79512. Grayscale: #737373. Windows color (decimal): -10982675 or 15559256. OLE color: 15559256.
HSL color Cylindrical-coordinate representation of color #586AED: hue angle of 232.75º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586AED is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 106 | 237 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.07 |
| HSL | 232.75º | 0.81% | 0.64% | - |
| HSV(B) | 232.75º | 0.63% | 0.93% | - |
| XYZ | 24.46 | 18.5 | 82.4 | - |
| YUV | 115.55 | 196.54 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 237 | 0.63 | 0.55 | 0 | 0.07 | 232.75 | 0.81 | 0.64 |
| Hex | 58 | 6A | ED | 3F | 37 | 0 | 7 | E9 | 51 | 40 |
| Octal | 130 | 152 | 355 | 77 | 67 | 0 | 7 | 351 | 121 | 100 |
| Binary | 1011000 | 1101010 | 11101101 | 111111 | 110111 | 0 | 111 | 11101001 | 1010001 | 1000000 |
Color Harmonies of #586AED
Complementary color
Monochromatic Colors of #586AED
Black with #586AED
Text Example
Text Example
White with #586AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586AED; }
p { color: rgb(88,106,237); }
H1.HeaderClassName
{
color: #586AED;
}
.AnyTagClassName
{
color: #586AED;
}
</style>
background-color css
<style>
a { background-color: #586AED; }
a { background-color: rgb(88,106,237); }
div.DivClassName
{
background-color: #586AED;
}
.BgClassName
{
background-color: #586AED;
}
</style>
border-color css
<style>
span { border-color: #586AED; }
span { border-color: rgb(88,106,237); }
td.TdClassName
{
border-color: #586AED;
}
.TagClassName
{
border-color: #586AED;
}
</style>