Shades of Chicago #57594D
Tints of Chicago #57594D
RGB
CMYK
RGB Variations
Color information
#57594D (or 0x57594D) is known color: Chicago. HEX triplet: 57, 59 and 4D. RGB value is (87,89,77). Sum of RGB (Red+Green+Blue) = 87+89+77=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #57594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57594D is #A8A6B2. Grayscale: #575757. Windows color (decimal): -11052723 or 5069143. OLE color: 5069143.
HSL color Cylindrical-coordinate representation of color #57594D: hue angle of 70º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57594D is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 77 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.65 |
| HSL | 70º | 0.07% | 0.33% | - |
| HSV(B) | 70º | 0.13% | 0.35% | - |
| XYZ | 8.84 | 9.71 | 8.43 | - |
| YUV | 87.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 77 | 0.02 | 0 | 0.13 | 0.65 | 70 | 0.07 | 0.33 |
| Hex | 57 | 59 | 4D | 2 | 0 | D | 41 | 46 | 7 | 21 |
| Octal | 127 | 131 | 115 | 2 | 0 | 15 | 101 | 106 | 7 | 41 |
| Binary | 1010111 | 1011001 | 1001101 | 10 | 0 | 1101 | 1000001 | 1000110 | 111 | 100001 |
Color Harmonies of #57594D
Complementary color
Monochromatic Colors of #57594D
Black with #57594D
Text Example
Text Example
White with #57594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57594D; }
p { color: rgb(87,89,77); }
H1.HeaderClassName
{
color: #57594D;
}
.AnyTagClassName
{
color: #57594D;
}
</style>
background-color css
<style>
a { background-color: #57594D; }
a { background-color: rgb(87,89,77); }
div.DivClassName
{
background-color: #57594D;
}
.BgClassName
{
background-color: #57594D;
}
</style>
border-color css
<style>
span { border-color: #57594D; }
span { border-color: rgb(87,89,77); }
td.TdClassName
{
border-color: #57594D;
}
.TagClassName
{
border-color: #57594D;
}
</style>