Shades of Rich Blue #585BA6
Tints of Rich Blue #585BA6
RGB
CMYK
RGB Variations
Color information
#585BA6 (or 0x585BA6) is known color: Rich Blue. HEX triplet: 58, 5B and A6. RGB value is (88,91,166). Sum of RGB (Red+Green+Blue) = 88+91+166=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #585BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BA6 is #A7A459. Grayscale: #626262. Windows color (decimal): -10986586 or 10902360. OLE color: 10902360.
HSL color Cylindrical-coordinate representation of color #585BA6: hue angle of 237.69º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #585BA6 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 91 | 166 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.35 |
| HSL | 237.69º | 0.31% | 0.5% | - |
| HSV(B) | 237.69º | 0.47% | 0.65% | - |
| XYZ | 14.65 | 12.31 | 37.68 | - |
| YUV | 98.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 166 | 0.47 | 0.45 | 0 | 0.35 | 237.69 | 0.31 | 0.5 |
| Hex | 58 | 5B | A6 | 2F | 2D | 0 | 23 | EE | 1F | 32 |
| Octal | 130 | 133 | 246 | 57 | 55 | 0 | 43 | 356 | 37 | 62 |
| Binary | 1011000 | 1011011 | 10100110 | 101111 | 101101 | 0 | 100011 | 11101110 | 11111 | 110010 |
Color Harmonies of #585BA6
Complementary color
Monochromatic Colors of #585BA6
Black with #585BA6
Text Example
Text Example
White with #585BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BA6; }
p { color: rgb(88,91,166); }
H1.HeaderClassName
{
color: #585BA6;
}
.AnyTagClassName
{
color: #585BA6;
}
</style>
background-color css
<style>
a { background-color: #585BA6; }
a { background-color: rgb(88,91,166); }
div.DivClassName
{
background-color: #585BA6;
}
.BgClassName
{
background-color: #585BA6;
}
</style>
border-color css
<style>
span { border-color: #585BA6; }
span { border-color: rgb(88,91,166); }
td.TdClassName
{
border-color: #585BA6;
}
.TagClassName
{
border-color: #585BA6;
}
</style>