Shades of Chicago #58614D
Tints of Chicago #58614D
RGB
CMYK
RGB Variations
Color information
#58614D (or 0x58614D) is known color: Chicago. HEX triplet: 58, 61 and 4D. RGB value is (88,97,77). Sum of RGB (Red+Green+Blue) = 88+97+77=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #58614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58614D is #A79EB2. Grayscale: #5C5C5C. Windows color (decimal): -10985139 or 5071192. OLE color: 5071192.
HSL color Cylindrical-coordinate representation of color #58614D: hue angle of 87º degrees, saturation: 0.11, 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 #58614D is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 77 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.62 |
| HSL | 87º | 0.11% | 0.34% | - |
| HSV(B) | 87º | 0.21% | 0.38% | - |
| XYZ | 9.64 | 11.16 | 8.67 | - |
| YUV | 92.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 77 | 0.09 | 0 | 0.21 | 0.62 | 87 | 0.11 | 0.34 |
| Hex | 58 | 61 | 4D | 9 | 0 | 15 | 3E | 57 | B | 22 |
| Octal | 130 | 141 | 115 | 11 | 0 | 25 | 76 | 127 | 13 | 42 |
| Binary | 1011000 | 1100001 | 1001101 | 1001 | 0 | 10101 | 111110 | 1010111 | 1011 | 100010 |
Color Harmonies of #58614D
Complementary color
Monochromatic Colors of #58614D
Black with #58614D
Text Example
Text Example
White with #58614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58614D; }
p { color: rgb(88,97,77); }
H1.HeaderClassName
{
color: #58614D;
}
.AnyTagClassName
{
color: #58614D;
}
</style>
background-color css
<style>
a { background-color: #58614D; }
a { background-color: rgb(88,97,77); }
div.DivClassName
{
background-color: #58614D;
}
.BgClassName
{
background-color: #58614D;
}
</style>
border-color css
<style>
span { border-color: #58614D; }
span { border-color: rgb(88,97,77); }
td.TdClassName
{
border-color: #58614D;
}
.TagClassName
{
border-color: #58614D;
}
</style>