Shades of Chicago #5C6155
Tints of Chicago #5C6155
RGB
CMYK
RGB Variations
Color information
#5C6155 (or 0x5C6155) is known color: Chicago. HEX triplet: 5C, 61 and 55. RGB value is (92,97,85). Sum of RGB (Red+Green+Blue) = 92+97+85=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6155 is #A39EAA. Grayscale: #5E5E5E. Windows color (decimal): -10722987 or 5595484. OLE color: 5595484.
HSL color Cylindrical-coordinate representation of color #5C6155: hue angle of 85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6155 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 97 | 85 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.62 |
| HSL | 85º | 0.07% | 0.36% | - |
| HSV(B) | 85º | 0.12% | 0.38% | - |
| XYZ | 10.33 | 11.48 | 10.27 | - |
| YUV | 94.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 85 | 0.05 | 0 | 0.12 | 0.62 | 85 | 0.07 | 0.36 |
| Hex | 5C | 61 | 55 | 5 | 0 | C | 3E | 55 | 7 | 24 |
| Octal | 134 | 141 | 125 | 5 | 0 | 14 | 76 | 125 | 7 | 44 |
| Binary | 1011100 | 1100001 | 1010101 | 101 | 0 | 1100 | 111110 | 1010101 | 111 | 100100 |
Color Harmonies of #5C6155
Complementary color
Monochromatic Colors of #5C6155
Black with #5C6155
Text Example
Text Example
White with #5C6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6155; }
p { color: rgb(92,97,85); }
H1.HeaderClassName
{
color: #5C6155;
}
.AnyTagClassName
{
color: #5C6155;
}
</style>
background-color css
<style>
a { background-color: #5C6155; }
a { background-color: rgb(92,97,85); }
div.DivClassName
{
background-color: #5C6155;
}
.BgClassName
{
background-color: #5C6155;
}
</style>
border-color css
<style>
span { border-color: #5C6155; }
span { border-color: rgb(92,97,85); }
td.TdClassName
{
border-color: #5C6155;
}
.TagClassName
{
border-color: #5C6155;
}
</style>