Shades of Royal Blue #586CE5
Tints of Royal Blue #586CE5
RGB
CMYK
RGB Variations
Color information
#586CE5 (or 0x586CE5) is known color: Royal Blue. HEX triplet: 58, 6C and E5. RGB value is (88,108,229). Sum of RGB (Red+Green+Blue) = 88+108+229=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #586CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CE5 is #A7931A. Grayscale: #737373. Windows color (decimal): -10982171 or 15035480. OLE color: 15035480.
HSL color Cylindrical-coordinate representation of color #586CE5: hue angle of 231.49º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #586CE5 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 108 | 229 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.10 |
| HSL | 231.49º | 0.73% | 0.62% | - |
| HSV(B) | 231.49º | 0.62% | 0.9% | - |
| XYZ | 23.53 | 18.46 | 76.45 | - |
| YUV | 115.81 | 191.87 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 229 | 0.62 | 0.53 | 0 | 0.10 | 231.49 | 0.73 | 0.62 |
| Hex | 58 | 6C | E5 | 3E | 35 | 0 | A | E7 | 49 | 3E |
| Octal | 130 | 154 | 345 | 76 | 65 | 0 | 12 | 347 | 111 | 76 |
| Binary | 1011000 | 1101100 | 11100101 | 111110 | 110101 | 0 | 1010 | 11100111 | 1001001 | 111110 |
Color Harmonies of #586CE5
Complementary color
Monochromatic Colors of #586CE5
Black with #586CE5
Text Example
Text Example
White with #586CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CE5; }
p { color: rgb(88,108,229); }
H1.HeaderClassName
{
color: #586CE5;
}
.AnyTagClassName
{
color: #586CE5;
}
</style>
background-color css
<style>
a { background-color: #586CE5; }
a { background-color: rgb(88,108,229); }
div.DivClassName
{
background-color: #586CE5;
}
.BgClassName
{
background-color: #586CE5;
}
</style>
border-color css
<style>
span { border-color: #586CE5; }
span { border-color: rgb(88,108,229); }
td.TdClassName
{
border-color: #586CE5;
}
.TagClassName
{
border-color: #586CE5;
}
</style>