Shades of Chicago #585A55
Tints of Chicago #585A55
RGB
CMYK
RGB Variations
Color information
#585A55 (or 0x585A55) is known color: Chicago. HEX triplet: 58, 5A and 55. RGB value is (88,90,85). Sum of RGB (Red+Green+Blue) = 88+90+85=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 90 - color contains mainly: green. Hex color #585A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A55 is #A7A5AA. Grayscale: #585858. Windows color (decimal): -10986923 or 5593688. OLE color: 5593688.
HSL color Cylindrical-coordinate representation of color #585A55: hue angle of 84º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585A55 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 85 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.65 |
| HSL | 84º | 0.03% | 0.34% | - |
| HSV(B) | 84º | 0.06% | 0.35% | - |
| XYZ | 9.32 | 10.04 | 10.04 | - |
| YUV | 88.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 85 | 0.02 | 0 | 0.06 | 0.65 | 84 | 0.03 | 0.34 |
| Hex | 58 | 5A | 55 | 2 | 0 | 6 | 41 | 54 | 3 | 22 |
| Octal | 130 | 132 | 125 | 2 | 0 | 6 | 101 | 124 | 3 | 42 |
| Binary | 1011000 | 1011010 | 1010101 | 10 | 0 | 110 | 1000001 | 1010100 | 11 | 100010 |
Color Harmonies of #585A55
Complementary color
Monochromatic Colors of #585A55
Black with #585A55
Text Example
Text Example
White with #585A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A55; }
p { color: rgb(88,90,85); }
H1.HeaderClassName
{
color: #585A55;
}
.AnyTagClassName
{
color: #585A55;
}
</style>
background-color css
<style>
a { background-color: #585A55; }
a { background-color: rgb(88,90,85); }
div.DivClassName
{
background-color: #585A55;
}
.BgClassName
{
background-color: #585A55;
}
</style>
border-color css
<style>
span { border-color: #585A55; }
span { border-color: rgb(88,90,85); }
td.TdClassName
{
border-color: #585A55;
}
.TagClassName
{
border-color: #585A55;
}
</style>