Shades of Chicago #5F6653
Tints of Chicago #5F6653
RGB
CMYK
RGB Variations
Color information
#5F6653 (or 0x5F6653) is known color: Chicago. HEX triplet: 5F, 66 and 53. RGB value is (95,102,83). Sum of RGB (Red+Green+Blue) = 95+102+83=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6653 is #A099AC. Grayscale: #616161. Windows color (decimal): -10525101 or 5465695. OLE color: 5465695.
HSL color Cylindrical-coordinate representation of color #5F6653: hue angle of 82.11º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6653 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 83 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.6 |
| HSL | 82.11º | 0.1% | 0.36% | - |
| HSV(B) | 82.11º | 0.19% | 0.4% | - |
| XYZ | 11.03 | 12.56 | 10.03 | - |
| YUV | 97.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 83 | 0.07 | 0 | 0.19 | 0.6 | 82.11 | 0.1 | 0.36 |
| Hex | 5F | 66 | 53 | 7 | 0 | 13 | 3C | 52 | A | 24 |
| Octal | 137 | 146 | 123 | 7 | 0 | 23 | 74 | 122 | 12 | 44 |
| Binary | 1011111 | 1100110 | 1010011 | 111 | 0 | 10011 | 111100 | 1010010 | 1010 | 100100 |
Color Harmonies of #5F6653
Complementary color
Monochromatic Colors of #5F6653
Black with #5F6653
Text Example
Text Example
White with #5F6653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6653; }
p { color: rgb(95,102,83); }
H1.HeaderClassName
{
color: #5F6653;
}
.AnyTagClassName
{
color: #5F6653;
}
</style>
background-color css
<style>
a { background-color: #5F6653; }
a { background-color: rgb(95,102,83); }
div.DivClassName
{
background-color: #5F6653;
}
.BgClassName
{
background-color: #5F6653;
}
</style>
border-color css
<style>
span { border-color: #5F6653; }
span { border-color: rgb(95,102,83); }
td.TdClassName
{
border-color: #5F6653;
}
.TagClassName
{
border-color: #5F6653;
}
</style>