Shades of Chicago #5F605D
Tints of Chicago #5F605D
RGB
CMYK
RGB Variations
Color information
#5F605D (or 0x5F605D) is known color: Chicago. HEX triplet: 5F, 60 and 5D. RGB value is (95,96,93). Sum of RGB (Red+Green+Blue) = 95+96+93=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 96 - color contains mainly: green. Hex color #5F605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F605D is #A09FA2. Grayscale: #5F5F5F. Windows color (decimal): -10526627 or 6119519. OLE color: 6119519.
HSL color Cylindrical-coordinate representation of color #5F605D: hue angle of 80º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5F605D is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 93 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.62 |
| HSL | 80º | 0.02% | 0.37% | - |
| HSV(B) | 80º | 0.03% | 0.38% | - |
| XYZ | 10.88 | 11.59 | 12.02 | - |
| YUV | 95.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 93 | 0.01 | 0 | 0.03 | 0.62 | 80 | 0.02 | 0.37 |
| Hex | 5F | 60 | 5D | 1 | 0 | 3 | 3E | 50 | 2 | 25 |
| Octal | 137 | 140 | 135 | 1 | 0 | 3 | 76 | 120 | 2 | 45 |
| Binary | 1011111 | 1100000 | 1011101 | 1 | 0 | 11 | 111110 | 1010000 | 10 | 100101 |
Color Harmonies of #5F605D
Complementary color
Monochromatic Colors of #5F605D
Black with #5F605D
Text Example
Text Example
White with #5F605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F605D; }
p { color: rgb(95,96,93); }
H1.HeaderClassName
{
color: #5F605D;
}
.AnyTagClassName
{
color: #5F605D;
}
</style>
background-color css
<style>
a { background-color: #5F605D; }
a { background-color: rgb(95,96,93); }
div.DivClassName
{
background-color: #5F605D;
}
.BgClassName
{
background-color: #5F605D;
}
</style>
border-color css
<style>
span { border-color: #5F605D; }
span { border-color: rgb(95,96,93); }
td.TdClassName
{
border-color: #5F605D;
}
.TagClassName
{
border-color: #5F605D;
}
</style>