Shades of Chicago #5F615B
Tints of Chicago #5F615B
RGB
CMYK
RGB Variations
Color information
#5F615B (or 0x5F615B) is known color: Chicago. HEX triplet: 5F, 61 and 5B. RGB value is (95,97,91). Sum of RGB (Red+Green+Blue) = 95+97+91=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 97 - color contains mainly: green. Hex color #5F615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F615B is #A09EA4. Grayscale: #5F5F5F. Windows color (decimal): -10526373 or 5988703. OLE color: 5988703.
HSL color Cylindrical-coordinate representation of color #5F615B: hue angle of 80º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F615B is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 97 | 91 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.62 |
| HSL | 80º | 0.03% | 0.37% | - |
| HSV(B) | 80º | 0.06% | 0.38% | - |
| XYZ | 10.88 | 11.74 | 11.59 | - |
| YUV | 95.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 91 | 0.02 | 0 | 0.06 | 0.62 | 80 | 0.03 | 0.37 |
| Hex | 5F | 61 | 5B | 2 | 0 | 6 | 3E | 50 | 3 | 25 |
| Octal | 137 | 141 | 133 | 2 | 0 | 6 | 76 | 120 | 3 | 45 |
| Binary | 1011111 | 1100001 | 1011011 | 10 | 0 | 110 | 111110 | 1010000 | 11 | 100101 |
Color Harmonies of #5F615B
Complementary color
Monochromatic Colors of #5F615B
Black with #5F615B
Text Example
Text Example
White with #5F615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F615B; }
p { color: rgb(95,97,91); }
H1.HeaderClassName
{
color: #5F615B;
}
.AnyTagClassName
{
color: #5F615B;
}
</style>
background-color css
<style>
a { background-color: #5F615B; }
a { background-color: rgb(95,97,91); }
div.DivClassName
{
background-color: #5F615B;
}
.BgClassName
{
background-color: #5F615B;
}
</style>
border-color css
<style>
span { border-color: #5F615B; }
span { border-color: rgb(95,97,91); }
td.TdClassName
{
border-color: #5F615B;
}
.TagClassName
{
border-color: #5F615B;
}
</style>