Shades of Chicago #57594F
Tints of Chicago #57594F
RGB
CMYK
RGB Variations
Color information
#57594F (or 0x57594F) is known color: Chicago. HEX triplet: 57, 59 and 4F. RGB value is (87,89,79). Sum of RGB (Red+Green+Blue) = 87+89+79=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #57594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57594F is #A8A6B0. Grayscale: #575757. Windows color (decimal): -11052721 or 5200215. OLE color: 5200215.
HSL color Cylindrical-coordinate representation of color #57594F: hue angle of 72º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57594F is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 79 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.65 |
| HSL | 72º | 0.06% | 0.33% | - |
| HSV(B) | 72º | 0.11% | 0.35% | - |
| XYZ | 8.91 | 9.74 | 8.81 | - |
| YUV | 87.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 79 | 0.02 | 0 | 0.11 | 0.65 | 72 | 0.06 | 0.33 |
| Hex | 57 | 59 | 4F | 2 | 0 | B | 41 | 48 | 6 | 21 |
| Octal | 127 | 131 | 117 | 2 | 0 | 13 | 101 | 110 | 6 | 41 |
| Binary | 1010111 | 1011001 | 1001111 | 10 | 0 | 1011 | 1000001 | 1001000 | 110 | 100001 |
Color Harmonies of #57594F
Complementary color
Monochromatic Colors of #57594F
Black with #57594F
Text Example
Text Example
White with #57594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57594F; }
p { color: rgb(87,89,79); }
H1.HeaderClassName
{
color: #57594F;
}
.AnyTagClassName
{
color: #57594F;
}
</style>
background-color css
<style>
a { background-color: #57594F; }
a { background-color: rgb(87,89,79); }
div.DivClassName
{
background-color: #57594F;
}
.BgClassName
{
background-color: #57594F;
}
</style>
border-color css
<style>
span { border-color: #57594F; }
span { border-color: rgb(87,89,79); }
td.TdClassName
{
border-color: #57594F;
}
.TagClassName
{
border-color: #57594F;
}
</style>