Shades of Chicago #56594C
Tints of Chicago #56594C
RGB
CMYK
RGB Variations
Color information
#56594C (or 0x56594C) is known color: Chicago. HEX triplet: 56, 59 and 4C. RGB value is (86,89,76). Sum of RGB (Red+Green+Blue) = 86+89+76=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #56594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56594C is #A9A6B3. Grayscale: #565656. Windows color (decimal): -11118260 or 5003606. OLE color: 5003606.
HSL color Cylindrical-coordinate representation of color #56594C: hue angle of 73.85º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56594C is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 89 | 76 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.65 |
| HSL | 73.85º | 0.08% | 0.32% | - |
| HSV(B) | 73.85º | 0.15% | 0.35% | - |
| XYZ | 8.71 | 9.64 | 8.24 | - |
| YUV | 86.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 76 | 0.03 | 0 | 0.15 | 0.65 | 73.85 | 0.08 | 0.32 |
| Hex | 56 | 59 | 4C | 3 | 0 | F | 41 | 4A | 8 | 20 |
| Octal | 126 | 131 | 114 | 3 | 0 | 17 | 101 | 112 | 10 | 40 |
| Binary | 1010110 | 1011001 | 1001100 | 11 | 0 | 1111 | 1000001 | 1001010 | 1000 | 100000 |
Color Harmonies of #56594C
Complementary color
Monochromatic Colors of #56594C
Black with #56594C
Text Example
Text Example
White with #56594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56594C; }
p { color: rgb(86,89,76); }
H1.HeaderClassName
{
color: #56594C;
}
.AnyTagClassName
{
color: #56594C;
}
</style>
background-color css
<style>
a { background-color: #56594C; }
a { background-color: rgb(86,89,76); }
div.DivClassName
{
background-color: #56594C;
}
.BgClassName
{
background-color: #56594C;
}
</style>
border-color css
<style>
span { border-color: #56594C; }
span { border-color: rgb(86,89,76); }
td.TdClassName
{
border-color: #56594C;
}
.TagClassName
{
border-color: #56594C;
}
</style>