Shades of Chicago #56594B
Tints of Chicago #56594B
RGB
CMYK
RGB Variations
Color information
#56594B (or 0x56594B) is known color: Chicago. HEX triplet: 56, 59 and 4B. RGB value is (86,89,75). Sum of RGB (Red+Green+Blue) = 86+89+75=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #56594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56594B is #A9A6B4. Grayscale: #565656. Windows color (decimal): -11118261 or 4938070. OLE color: 4938070.
HSL color Cylindrical-coordinate representation of color #56594B: hue angle of 72.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #56594B is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 89 | 75 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.65 |
| HSL | 72.86º | 0.09% | 0.32% | - |
| HSV(B) | 72.86º | 0.16% | 0.35% | - |
| XYZ | 8.68 | 9.63 | 8.06 | - |
| YUV | 86.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 75 | 0.03 | 0 | 0.16 | 0.65 | 72.86 | 0.09 | 0.32 |
| Hex | 56 | 59 | 4B | 3 | 0 | 10 | 41 | 49 | 9 | 20 |
| Octal | 126 | 131 | 113 | 3 | 0 | 20 | 101 | 111 | 11 | 40 |
| Binary | 1010110 | 1011001 | 1001011 | 11 | 0 | 10000 | 1000001 | 1001001 | 1001 | 100000 |
Color Harmonies of #56594B
Complementary color
Monochromatic Colors of #56594B
Black with #56594B
Text Example
Text Example
White with #56594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56594B; }
p { color: rgb(86,89,75); }
H1.HeaderClassName
{
color: #56594B;
}
.AnyTagClassName
{
color: #56594B;
}
</style>
background-color css
<style>
a { background-color: #56594B; }
a { background-color: rgb(86,89,75); }
div.DivClassName
{
background-color: #56594B;
}
.BgClassName
{
background-color: #56594B;
}
</style>
border-color css
<style>
span { border-color: #56594B; }
span { border-color: rgb(86,89,75); }
td.TdClassName
{
border-color: #56594B;
}
.TagClassName
{
border-color: #56594B;
}
</style>