Shades of Chicago #5F605E
Tints of Chicago #5F605E
RGB
CMYK
RGB Variations
Color information
#5F605E (or 0x5F605E) is known color: Chicago. HEX triplet: 5F, 60 and 5E. RGB value is (95,96,94). Sum of RGB (Red+Green+Blue) = 95+96+94=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 96 - color contains mainly: green. Hex color #5F605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F605E is #A09FA1. Grayscale: #5F5F5F. Windows color (decimal): -10526626 or 6185055. OLE color: 6185055.
HSL color Cylindrical-coordinate representation of color #5F605E: hue angle of 90º degrees, saturation: 0.01, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5F605E is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 94 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.62 |
| HSL | 90º | 0.01% | 0.37% | - |
| HSV(B) | 90º | 0.02% | 0.38% | - |
| XYZ | 10.92 | 11.61 | 12.25 | - |
| YUV | 95.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 94 | 0.01 | 0 | 0.02 | 0.62 | 90 | 0.01 | 0.37 |
| Hex | 5F | 60 | 5E | 1 | 0 | 2 | 3E | 5A | 1 | 25 |
| Octal | 137 | 140 | 136 | 1 | 0 | 2 | 76 | 132 | 1 | 45 |
| Binary | 1011111 | 1100000 | 1011110 | 1 | 0 | 10 | 111110 | 1011010 | 1 | 100101 |
Color Harmonies of #5F605E
Complementary color
Monochromatic Colors of #5F605E
Black with #5F605E
Text Example
Text Example
White with #5F605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F605E; }
p { color: rgb(95,96,94); }
H1.HeaderClassName
{
color: #5F605E;
}
.AnyTagClassName
{
color: #5F605E;
}
</style>
background-color css
<style>
a { background-color: #5F605E; }
a { background-color: rgb(95,96,94); }
div.DivClassName
{
background-color: #5F605E;
}
.BgClassName
{
background-color: #5F605E;
}
</style>
border-color css
<style>
span { border-color: #5F605E; }
span { border-color: rgb(95,96,94); }
td.TdClassName
{
border-color: #5F605E;
}
.TagClassName
{
border-color: #5F605E;
}
</style>