Shades of Chicago #5F615C
Tints of Chicago #5F615C
RGB
CMYK
RGB Variations
Color information
#5F615C (or 0x5F615C) is known color: Chicago. HEX triplet: 5F, 61 and 5C. RGB value is (95,97,92). Sum of RGB (Red+Green+Blue) = 95+97+92=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 97 - color contains mainly: green. Hex color #5F615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F615C is #A09EA3. Grayscale: #5F5F5F. Windows color (decimal): -10526372 or 6054239. OLE color: 6054239.
HSL color Cylindrical-coordinate representation of color #5F615C: hue angle of 84º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5F615C is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 97 | 92 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.62 |
| HSL | 84º | 0.03% | 0.37% | - |
| HSV(B) | 84º | 0.05% | 0.38% | - |
| XYZ | 10.93 | 11.75 | 11.82 | - |
| YUV | 95.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 92 | 0.02 | 0 | 0.05 | 0.62 | 84 | 0.03 | 0.37 |
| Hex | 5F | 61 | 5C | 2 | 0 | 5 | 3E | 54 | 3 | 25 |
| Octal | 137 | 141 | 134 | 2 | 0 | 5 | 76 | 124 | 3 | 45 |
| Binary | 1011111 | 1100001 | 1011100 | 10 | 0 | 101 | 111110 | 1010100 | 11 | 100101 |
Color Harmonies of #5F615C
Complementary color
Monochromatic Colors of #5F615C
Black with #5F615C
Text Example
Text Example
White with #5F615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F615C; }
p { color: rgb(95,97,92); }
H1.HeaderClassName
{
color: #5F615C;
}
.AnyTagClassName
{
color: #5F615C;
}
</style>
background-color css
<style>
a { background-color: #5F615C; }
a { background-color: rgb(95,97,92); }
div.DivClassName
{
background-color: #5F615C;
}
.BgClassName
{
background-color: #5F615C;
}
</style>
border-color css
<style>
span { border-color: #5F615C; }
span { border-color: rgb(95,97,92); }
td.TdClassName
{
border-color: #5F615C;
}
.TagClassName
{
border-color: #5F615C;
}
</style>