Shades of Chicago #5F664F
Tints of Chicago #5F664F
RGB
CMYK
RGB Variations
Color information
#5F664F (or 0x5F664F) is known color: Chicago. HEX triplet: 5F, 66 and 4F. RGB value is (95,102,79). Sum of RGB (Red+Green+Blue) = 95+102+79=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #5F664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F664F is #A099B0. Grayscale: #616161. Windows color (decimal): -10525105 or 5203551. OLE color: 5203551.
HSL color Cylindrical-coordinate representation of color #5F664F: hue angle of 78.26º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F664F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 79 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.6 |
| HSL | 78.26º | 0.13% | 0.35% | - |
| HSV(B) | 78.26º | 0.23% | 0.4% | - |
| XYZ | 10.88 | 12.5 | 9.24 | - |
| YUV | 97.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 79 | 0.07 | 0 | 0.23 | 0.6 | 78.26 | 0.13 | 0.35 |
| Hex | 5F | 66 | 4F | 7 | 0 | 17 | 3C | 4E | D | 23 |
| Octal | 137 | 146 | 117 | 7 | 0 | 27 | 74 | 116 | 15 | 43 |
| Binary | 1011111 | 1100110 | 1001111 | 111 | 0 | 10111 | 111100 | 1001110 | 1101 | 100011 |
Color Harmonies of #5F664F
Complementary color
Monochromatic Colors of #5F664F
Black with #5F664F
Text Example
Text Example
White with #5F664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F664F; }
p { color: rgb(95,102,79); }
H1.HeaderClassName
{
color: #5F664F;
}
.AnyTagClassName
{
color: #5F664F;
}
</style>
background-color css
<style>
a { background-color: #5F664F; }
a { background-color: rgb(95,102,79); }
div.DivClassName
{
background-color: #5F664F;
}
.BgClassName
{
background-color: #5F664F;
}
</style>
border-color css
<style>
span { border-color: #5F664F; }
span { border-color: rgb(95,102,79); }
td.TdClassName
{
border-color: #5F664F;
}
.TagClassName
{
border-color: #5F664F;
}
</style>