Shades of Chicago #58604C
Tints of Chicago #58604C
RGB
CMYK
RGB Variations
Color information
#58604C (or 0x58604C) is known color: Chicago. HEX triplet: 58, 60 and 4C. RGB value is (88,96,76). Sum of RGB (Red+Green+Blue) = 88+96+76=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #58604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58604C is #A79FB3. Grayscale: #5B5B5B. Windows color (decimal): -10985396 or 5005400. OLE color: 5005400.
HSL color Cylindrical-coordinate representation of color #58604C: hue angle of 84º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58604C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 96 | 76 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.62 |
| HSL | 84º | 0.12% | 0.34% | - |
| HSV(B) | 84º | 0.21% | 0.38% | - |
| XYZ | 9.51 | 10.96 | 8.45 | - |
| YUV | 91.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 76 | 0.08 | 0 | 0.21 | 0.62 | 84 | 0.12 | 0.34 |
| Hex | 58 | 60 | 4C | 8 | 0 | 15 | 3E | 54 | C | 22 |
| Octal | 130 | 140 | 114 | 10 | 0 | 25 | 76 | 124 | 14 | 42 |
| Binary | 1011000 | 1100000 | 1001100 | 1000 | 0 | 10101 | 111110 | 1010100 | 1100 | 100010 |
Color Harmonies of #58604C
Complementary color
Monochromatic Colors of #58604C
Black with #58604C
Text Example
Text Example
White with #58604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58604C; }
p { color: rgb(88,96,76); }
H1.HeaderClassName
{
color: #58604C;
}
.AnyTagClassName
{
color: #58604C;
}
</style>
background-color css
<style>
a { background-color: #58604C; }
a { background-color: rgb(88,96,76); }
div.DivClassName
{
background-color: #58604C;
}
.BgClassName
{
background-color: #58604C;
}
</style>
border-color css
<style>
span { border-color: #58604C; }
span { border-color: rgb(88,96,76); }
td.TdClassName
{
border-color: #58604C;
}
.TagClassName
{
border-color: #58604C;
}
</style>