Shades of Chicago #5F6259
Tints of Chicago #5F6259
RGB
CMYK
RGB Variations
Color information
#5F6259 (or 0x5F6259) is known color: Chicago. HEX triplet: 5F, 62 and 59. RGB value is (95,98,89). Sum of RGB (Red+Green+Blue) = 95+98+89=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6259 is #A09DA6. Grayscale: #606060. Windows color (decimal): -10526119 or 5857887. OLE color: 5857887.
HSL color Cylindrical-coordinate representation of color #5F6259: hue angle of 80º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F6259 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 89 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.62 |
| HSL | 80º | 0.05% | 0.37% | - |
| HSV(B) | 80º | 0.09% | 0.38% | - |
| XYZ | 10.89 | 11.89 | 11.17 | - |
| YUV | 96.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 89 | 0.03 | 0 | 0.09 | 0.62 | 80 | 0.05 | 0.37 |
| Hex | 5F | 62 | 59 | 3 | 0 | 9 | 3E | 50 | 5 | 25 |
| Octal | 137 | 142 | 131 | 3 | 0 | 11 | 76 | 120 | 5 | 45 |
| Binary | 1011111 | 1100010 | 1011001 | 11 | 0 | 1001 | 111110 | 1010000 | 101 | 100101 |
Color Harmonies of #5F6259
Complementary color
Monochromatic Colors of #5F6259
Black with #5F6259
Text Example
Text Example
White with #5F6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6259; }
p { color: rgb(95,98,89); }
H1.HeaderClassName
{
color: #5F6259;
}
.AnyTagClassName
{
color: #5F6259;
}
</style>
background-color css
<style>
a { background-color: #5F6259; }
a { background-color: rgb(95,98,89); }
div.DivClassName
{
background-color: #5F6259;
}
.BgClassName
{
background-color: #5F6259;
}
</style>
border-color css
<style>
span { border-color: #5F6259; }
span { border-color: rgb(95,98,89); }
td.TdClassName
{
border-color: #5F6259;
}
.TagClassName
{
border-color: #5F6259;
}
</style>