Shades of Chicago #5C6056
Tints of Chicago #5C6056
RGB
CMYK
RGB Variations
Color information
#5C6056 (or 0x5C6056) is known color: Chicago. HEX triplet: 5C, 60 and 56. RGB value is (92,96,86). Sum of RGB (Red+Green+Blue) = 92+96+86=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6056 is #A39FA9. Grayscale: #5D5D5D. Windows color (decimal): -10723242 or 5660764. OLE color: 5660764.
HSL color Cylindrical-coordinate representation of color #5C6056: hue angle of 84º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C6056 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 86 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.62 |
| HSL | 84º | 0.05% | 0.36% | - |
| HSV(B) | 84º | 0.1% | 0.38% | - |
| XYZ | 10.28 | 11.31 | 10.45 | - |
| YUV | 93.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 86 | 0.04 | 0 | 0.10 | 0.62 | 84 | 0.05 | 0.36 |
| Hex | 5C | 60 | 56 | 4 | 0 | A | 3E | 54 | 5 | 24 |
| Octal | 134 | 140 | 126 | 4 | 0 | 12 | 76 | 124 | 5 | 44 |
| Binary | 1011100 | 1100000 | 1010110 | 100 | 0 | 1010 | 111110 | 1010100 | 101 | 100100 |
Color Harmonies of #5C6056
Complementary color
Monochromatic Colors of #5C6056
Black with #5C6056
Text Example
Text Example
White with #5C6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6056; }
p { color: rgb(92,96,86); }
H1.HeaderClassName
{
color: #5C6056;
}
.AnyTagClassName
{
color: #5C6056;
}
</style>
background-color css
<style>
a { background-color: #5C6056; }
a { background-color: rgb(92,96,86); }
div.DivClassName
{
background-color: #5C6056;
}
.BgClassName
{
background-color: #5C6056;
}
</style>
border-color css
<style>
span { border-color: #5C6056; }
span { border-color: rgb(92,96,86); }
td.TdClassName
{
border-color: #5C6056;
}
.TagClassName
{
border-color: #5C6056;
}
</style>