Shades of Chicago #585C4E
Tints of Chicago #585C4E
RGB
CMYK
RGB Variations
Color information
#585C4E (or 0x585C4E) is known color: Chicago. HEX triplet: 58, 5C and 4E. RGB value is (88,92,78). Sum of RGB (Red+Green+Blue) = 88+92+78=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #585C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C4E is #A7A3B1. Grayscale: #595959. Windows color (decimal): -10986418 or 5135448. OLE color: 5135448.
HSL color Cylindrical-coordinate representation of color #585C4E: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585C4E is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 92 | 78 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.64 |
| HSL | 77.14º | 0.08% | 0.33% | - |
| HSV(B) | 77.14º | 0.15% | 0.36% | - |
| XYZ | 9.23 | 10.28 | 8.71 | - |
| YUV | 89.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 78 | 0.04 | 0 | 0.15 | 0.64 | 77.14 | 0.08 | 0.33 |
| Hex | 58 | 5C | 4E | 4 | 0 | F | 40 | 4D | 8 | 21 |
| Octal | 130 | 134 | 116 | 4 | 0 | 17 | 100 | 115 | 10 | 41 |
| Binary | 1011000 | 1011100 | 1001110 | 100 | 0 | 1111 | 1000000 | 1001101 | 1000 | 100001 |
Color Harmonies of #585C4E
Complementary color
Monochromatic Colors of #585C4E
Black with #585C4E
Text Example
Text Example
White with #585C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C4E; }
p { color: rgb(88,92,78); }
H1.HeaderClassName
{
color: #585C4E;
}
.AnyTagClassName
{
color: #585C4E;
}
</style>
background-color css
<style>
a { background-color: #585C4E; }
a { background-color: rgb(88,92,78); }
div.DivClassName
{
background-color: #585C4E;
}
.BgClassName
{
background-color: #585C4E;
}
</style>
border-color css
<style>
span { border-color: #585C4E; }
span { border-color: rgb(88,92,78); }
td.TdClassName
{
border-color: #585C4E;
}
.TagClassName
{
border-color: #585C4E;
}
</style>