Shades of Chicago #5C5F56
Tints of Chicago #5C5F56
RGB
CMYK
RGB Variations
Color information
#5C5F56 (or 0x5C5F56) is known color: Chicago. HEX triplet: 5C, 5F and 56. RGB value is (92,95,86). Sum of RGB (Red+Green+Blue) = 92+95+86=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F56 is #A3A0A9. Grayscale: #5D5D5D. Windows color (decimal): -10723498 or 5660508. OLE color: 5660508.
HSL color Cylindrical-coordinate representation of color #5C5F56: hue angle of 80º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C5F56 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 95 | 86 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.63 |
| HSL | 80º | 0.05% | 0.35% | - |
| HSV(B) | 80º | 0.09% | 0.37% | - |
| XYZ | 10.19 | 11.13 | 10.42 | - |
| YUV | 93.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 86 | 0.03 | 0 | 0.09 | 0.63 | 80 | 0.05 | 0.35 |
| Hex | 5C | 5F | 56 | 3 | 0 | 9 | 3F | 50 | 5 | 23 |
| Octal | 134 | 137 | 126 | 3 | 0 | 11 | 77 | 120 | 5 | 43 |
| Binary | 1011100 | 1011111 | 1010110 | 11 | 0 | 1001 | 111111 | 1010000 | 101 | 100011 |
Color Harmonies of #5C5F56
Complementary color
Monochromatic Colors of #5C5F56
Black with #5C5F56
Text Example
Text Example
White with #5C5F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5F56; }
p { color: rgb(92,95,86); }
H1.HeaderClassName
{
color: #5C5F56;
}
.AnyTagClassName
{
color: #5C5F56;
}
</style>
background-color css
<style>
a { background-color: #5C5F56; }
a { background-color: rgb(92,95,86); }
div.DivClassName
{
background-color: #5C5F56;
}
.BgClassName
{
background-color: #5C5F56;
}
</style>
border-color css
<style>
span { border-color: #5C5F56; }
span { border-color: rgb(92,95,86); }
td.TdClassName
{
border-color: #5C5F56;
}
.TagClassName
{
border-color: #5C5F56;
}
</style>