Shades of Chicago #585950
Tints of Chicago #585950
RGB
CMYK
RGB Variations
Color information
#585950 (or 0x585950) is known color: Chicago. HEX triplet: 58, 59 and 50. RGB value is (88,89,80). Sum of RGB (Red+Green+Blue) = 88+89+80=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 89 - color contains mainly: green. Hex color #585950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585950 is #A7A6AF. Grayscale: #575757. Windows color (decimal): -10987184 or 5265752. OLE color: 5265752.
HSL color Cylindrical-coordinate representation of color #585950: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #585950 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 80 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.65 |
| HSL | 66.67º | 0.05% | 0.33% | - |
| HSV(B) | 66.67º | 0.1% | 0.35% | - |
| XYZ | 9.04 | 9.8 | 9 | - |
| YUV | 87.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 80 | 0.01 | 0 | 0.10 | 0.65 | 66.67 | 0.05 | 0.33 |
| Hex | 58 | 59 | 50 | 1 | 0 | A | 41 | 43 | 5 | 21 |
| Octal | 130 | 131 | 120 | 1 | 0 | 12 | 101 | 103 | 5 | 41 |
| Binary | 1011000 | 1011001 | 1010000 | 1 | 0 | 1010 | 1000001 | 1000011 | 101 | 100001 |
Color Harmonies of #585950
Complementary color
Monochromatic Colors of #585950
Black with #585950
Text Example
Text Example
White with #585950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585950; }
p { color: rgb(88,89,80); }
H1.HeaderClassName
{
color: #585950;
}
.AnyTagClassName
{
color: #585950;
}
</style>
background-color css
<style>
a { background-color: #585950; }
a { background-color: rgb(88,89,80); }
div.DivClassName
{
background-color: #585950;
}
.BgClassName
{
background-color: #585950;
}
</style>
border-color css
<style>
span { border-color: #585950; }
span { border-color: rgb(88,89,80); }
td.TdClassName
{
border-color: #585950;
}
.TagClassName
{
border-color: #585950;
}
</style>