Shades of Rich Blue #585BAE
Tints of Rich Blue #585BAE
RGB
CMYK
RGB Variations
Color information
#585BAE (or 0x585BAE) is known color: Rich Blue. HEX triplet: 58, 5B and AE. RGB value is (88,91,174). Sum of RGB (Red+Green+Blue) = 88+91+174=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #585BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BAE is #A7A451. Grayscale: #636363. Windows color (decimal): -10986578 or 11426648. OLE color: 11426648.
HSL color Cylindrical-coordinate representation of color #585BAE: hue angle of 237.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #585BAE is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 91 | 174 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.32 |
| HSL | 237.91º | 0.35% | 0.51% | - |
| HSV(B) | 237.91º | 0.49% | 0.68% | - |
| XYZ | 15.41 | 12.61 | 41.67 | - |
| YUV | 99.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 174 | 0.49 | 0.48 | 0 | 0.32 | 237.91 | 0.35 | 0.51 |
| Hex | 58 | 5B | AE | 31 | 30 | 0 | 20 | EE | 23 | 33 |
| Octal | 130 | 133 | 256 | 61 | 60 | 0 | 40 | 356 | 43 | 63 |
| Binary | 1011000 | 1011011 | 10101110 | 110001 | 110000 | 0 | 100000 | 11101110 | 100011 | 110011 |
Color Harmonies of #585BAE
Complementary color
Monochromatic Colors of #585BAE
Black with #585BAE
Text Example
Text Example
White with #585BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BAE; }
p { color: rgb(88,91,174); }
H1.HeaderClassName
{
color: #585BAE;
}
.AnyTagClassName
{
color: #585BAE;
}
</style>
background-color css
<style>
a { background-color: #585BAE; }
a { background-color: rgb(88,91,174); }
div.DivClassName
{
background-color: #585BAE;
}
.BgClassName
{
background-color: #585BAE;
}
</style>
border-color css
<style>
span { border-color: #585BAE; }
span { border-color: rgb(88,91,174); }
td.TdClassName
{
border-color: #585BAE;
}
.TagClassName
{
border-color: #585BAE;
}
</style>