Shades of Chicago #5F6951
Tints of Chicago #5F6951
RGB
CMYK
RGB Variations
Color information
#5F6951 (or 0x5F6951) is known color: Chicago. HEX triplet: 5F, 69 and 51. RGB value is (95,105,81). Sum of RGB (Red+Green+Blue) = 95+105+81=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6951 is #A096AE. Grayscale: #636363. Windows color (decimal): -10524335 or 5335391. OLE color: 5335391.
HSL color Cylindrical-coordinate representation of color #5F6951: hue angle of 85º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F6951 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 105 | 81 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.59 |
| HSL | 85º | 0.13% | 0.36% | - |
| HSV(B) | 85º | 0.23% | 0.41% | - |
| XYZ | 11.26 | 13.13 | 9.73 | - |
| YUV | 99.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 81 | 0.10 | 0 | 0.23 | 0.59 | 85 | 0.13 | 0.36 |
| Hex | 5F | 69 | 51 | A | 0 | 17 | 3B | 55 | D | 24 |
| Octal | 137 | 151 | 121 | 12 | 0 | 27 | 73 | 125 | 15 | 44 |
| Binary | 1011111 | 1101001 | 1010001 | 1010 | 0 | 10111 | 111011 | 1010101 | 1101 | 100100 |
Color Harmonies of #5F6951
Complementary color
Monochromatic Colors of #5F6951
Black with #5F6951
Text Example
Text Example
White with #5F6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6951; }
p { color: rgb(95,105,81); }
H1.HeaderClassName
{
color: #5F6951;
}
.AnyTagClassName
{
color: #5F6951;
}
</style>
background-color css
<style>
a { background-color: #5F6951; }
a { background-color: rgb(95,105,81); }
div.DivClassName
{
background-color: #5F6951;
}
.BgClassName
{
background-color: #5F6951;
}
</style>
border-color css
<style>
span { border-color: #5F6951; }
span { border-color: rgb(95,105,81); }
td.TdClassName
{
border-color: #5F6951;
}
.TagClassName
{
border-color: #5F6951;
}
</style>