Shades of Chicago #585C4C
Tints of Chicago #585C4C
RGB
CMYK
RGB Variations
Color information
#585C4C (or 0x585C4C) is known color: Chicago. HEX triplet: 58, 5C and 4C. RGB value is (88,92,76). Sum of RGB (Red+Green+Blue) = 88+92+76=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 92 - color contains mainly: green. Hex color #585C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C4C is #A7A3B3. Grayscale: #595959. Windows color (decimal): -10986420 or 5004376. OLE color: 5004376.
HSL color Cylindrical-coordinate representation of color #585C4C: hue angle of 75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585C4C is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 92 | 76 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.64 |
| HSL | 75º | 0.1% | 0.33% | - |
| HSV(B) | 75º | 0.17% | 0.36% | - |
| XYZ | 9.16 | 10.25 | 8.33 | - |
| YUV | 88.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 76 | 0.04 | 0 | 0.17 | 0.64 | 75 | 0.1 | 0.33 |
| Hex | 58 | 5C | 4C | 4 | 0 | 11 | 40 | 4B | A | 21 |
| Octal | 130 | 134 | 114 | 4 | 0 | 21 | 100 | 113 | 12 | 41 |
| Binary | 1011000 | 1011100 | 1001100 | 100 | 0 | 10001 | 1000000 | 1001011 | 1010 | 100001 |
Color Harmonies of #585C4C
Complementary color
Monochromatic Colors of #585C4C
Black with #585C4C
Text Example
Text Example
White with #585C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C4C; }
p { color: rgb(88,92,76); }
H1.HeaderClassName
{
color: #585C4C;
}
.AnyTagClassName
{
color: #585C4C;
}
</style>
background-color css
<style>
a { background-color: #585C4C; }
a { background-color: rgb(88,92,76); }
div.DivClassName
{
background-color: #585C4C;
}
.BgClassName
{
background-color: #585C4C;
}
</style>
border-color css
<style>
span { border-color: #585C4C; }
span { border-color: rgb(88,92,76); }
td.TdClassName
{
border-color: #585C4C;
}
.TagClassName
{
border-color: #585C4C;
}
</style>