Shades of Chicago #56584F
Tints of Chicago #56584F
RGB
CMYK
RGB Variations
Color information
#56584F (or 0x56584F) is known color: Chicago. HEX triplet: 56, 58 and 4F. RGB value is (86,88,79). Sum of RGB (Red+Green+Blue) = 86+88+79=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #56584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56584F is #A9A7B0. Grayscale: #565656. Windows color (decimal): -11118513 or 5199958. OLE color: 5199958.
HSL color Cylindrical-coordinate representation of color #56584F: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56584F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 79 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.65 |
| HSL | 73.33º | 0.05% | 0.33% | - |
| HSV(B) | 73.33º | 0.1% | 0.35% | - |
| XYZ | 8.74 | 9.52 | 8.77 | - |
| YUV | 86.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 79 | 0.02 | 0 | 0.10 | 0.65 | 73.33 | 0.05 | 0.33 |
| Hex | 56 | 58 | 4F | 2 | 0 | A | 41 | 49 | 5 | 21 |
| Octal | 126 | 130 | 117 | 2 | 0 | 12 | 101 | 111 | 5 | 41 |
| Binary | 1010110 | 1011000 | 1001111 | 10 | 0 | 1010 | 1000001 | 1001001 | 101 | 100001 |
Color Harmonies of #56584F
Complementary color
Monochromatic Colors of #56584F
Black with #56584F
Text Example
Text Example
White with #56584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56584F; }
p { color: rgb(86,88,79); }
H1.HeaderClassName
{
color: #56584F;
}
.AnyTagClassName
{
color: #56584F;
}
</style>
background-color css
<style>
a { background-color: #56584F; }
a { background-color: rgb(86,88,79); }
div.DivClassName
{
background-color: #56584F;
}
.BgClassName
{
background-color: #56584F;
}
</style>
border-color css
<style>
span { border-color: #56584F; }
span { border-color: rgb(86,88,79); }
td.TdClassName
{
border-color: #56584F;
}
.TagClassName
{
border-color: #56584F;
}
</style>