Shades of Chicago #56584D
Tints of Chicago #56584D
RGB
CMYK
RGB Variations
Color information
#56584D (or 0x56584D) is known color: Chicago. HEX triplet: 56, 58 and 4D. RGB value is (86,88,77). Sum of RGB (Red+Green+Blue) = 86+88+77=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #56584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56584D is #A9A7B2. Grayscale: #565656. Windows color (decimal): -11118515 or 5068886. OLE color: 5068886.
HSL color Cylindrical-coordinate representation of color #56584D: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56584D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 77 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.65 |
| HSL | 70.91º | 0.07% | 0.32% | - |
| HSV(B) | 70.91º | 0.13% | 0.35% | - |
| XYZ | 8.67 | 9.49 | 8.4 | - |
| YUV | 86.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 77 | 0.02 | 0 | 0.12 | 0.65 | 70.91 | 0.07 | 0.32 |
| Hex | 56 | 58 | 4D | 2 | 0 | C | 41 | 47 | 7 | 20 |
| Octal | 126 | 130 | 115 | 2 | 0 | 14 | 101 | 107 | 7 | 40 |
| Binary | 1010110 | 1011000 | 1001101 | 10 | 0 | 1100 | 1000001 | 1000111 | 111 | 100000 |
Color Harmonies of #56584D
Complementary color
Monochromatic Colors of #56584D
Black with #56584D
Text Example
Text Example
White with #56584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56584D; }
p { color: rgb(86,88,77); }
H1.HeaderClassName
{
color: #56584D;
}
.AnyTagClassName
{
color: #56584D;
}
</style>
background-color css
<style>
a { background-color: #56584D; }
a { background-color: rgb(86,88,77); }
div.DivClassName
{
background-color: #56584D;
}
.BgClassName
{
background-color: #56584D;
}
</style>
border-color css
<style>
span { border-color: #56584D; }
span { border-color: rgb(86,88,77); }
td.TdClassName
{
border-color: #56584D;
}
.TagClassName
{
border-color: #56584D;
}
</style>