Shades of Chicago #585C4F
Tints of Chicago #585C4F
RGB
CMYK
RGB Variations
Color information
#585C4F (or 0x585C4F) is known color: Chicago. HEX triplet: 58, 5C and 4F. RGB value is (88,92,79). Sum of RGB (Red+Green+Blue) = 88+92+79=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 92 - color contains mainly: green. Hex color #585C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C4F is #A7A3B0. Grayscale: #595959. Windows color (decimal): -10986417 or 5200984. OLE color: 5200984.
HSL color Cylindrical-coordinate representation of color #585C4F: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #585C4F is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 92 | 79 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.64 |
| HSL | 78.46º | 0.08% | 0.34% | - |
| HSV(B) | 78.46º | 0.14% | 0.36% | - |
| XYZ | 9.26 | 10.29 | 8.9 | - |
| YUV | 89.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 79 | 0.04 | 0 | 0.14 | 0.64 | 78.46 | 0.08 | 0.34 |
| Hex | 58 | 5C | 4F | 4 | 0 | E | 40 | 4E | 8 | 22 |
| Octal | 130 | 134 | 117 | 4 | 0 | 16 | 100 | 116 | 10 | 42 |
| Binary | 1011000 | 1011100 | 1001111 | 100 | 0 | 1110 | 1000000 | 1001110 | 1000 | 100010 |
Color Harmonies of #585C4F
Complementary color
Monochromatic Colors of #585C4F
Black with #585C4F
Text Example
Text Example
White with #585C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C4F; }
p { color: rgb(88,92,79); }
H1.HeaderClassName
{
color: #585C4F;
}
.AnyTagClassName
{
color: #585C4F;
}
</style>
background-color css
<style>
a { background-color: #585C4F; }
a { background-color: rgb(88,92,79); }
div.DivClassName
{
background-color: #585C4F;
}
.BgClassName
{
background-color: #585C4F;
}
</style>
border-color css
<style>
span { border-color: #585C4F; }
span { border-color: rgb(88,92,79); }
td.TdClassName
{
border-color: #585C4F;
}
.TagClassName
{
border-color: #585C4F;
}
</style>