Shades of Chicago #5F6755
Tints of Chicago #5F6755
RGB
CMYK
RGB Variations
Color information
#5F6755 (or 0x5F6755) is known color: Chicago. HEX triplet: 5F, 67 and 55. RGB value is (95,103,85). Sum of RGB (Red+Green+Blue) = 95+103+85=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6755 is #A098AA. Grayscale: #626262. Windows color (decimal): -10524843 or 5597023. OLE color: 5597023.
HSL color Cylindrical-coordinate representation of color #5F6755: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F6755 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 85 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.60 |
| HSL | 86.67º | 0.1% | 0.37% | - |
| HSV(B) | 86.67º | 0.17% | 0.4% | - |
| XYZ | 11.21 | 12.79 | 10.47 | - |
| YUV | 98.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 85 | 0.08 | 0 | 0.17 | 0.60 | 86.67 | 0.1 | 0.37 |
| Hex | 5F | 67 | 55 | 8 | 0 | 11 | 3C | 57 | A | 25 |
| Octal | 137 | 147 | 125 | 10 | 0 | 21 | 74 | 127 | 12 | 45 |
| Binary | 1011111 | 1100111 | 1010101 | 1000 | 0 | 10001 | 111100 | 1010111 | 1010 | 100101 |
Color Harmonies of #5F6755
Complementary color
Monochromatic Colors of #5F6755
Black with #5F6755
Text Example
Text Example
White with #5F6755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6755; }
p { color: rgb(95,103,85); }
H1.HeaderClassName
{
color: #5F6755;
}
.AnyTagClassName
{
color: #5F6755;
}
</style>
background-color css
<style>
a { background-color: #5F6755; }
a { background-color: rgb(95,103,85); }
div.DivClassName
{
background-color: #5F6755;
}
.BgClassName
{
background-color: #5F6755;
}
</style>
border-color css
<style>
span { border-color: #5F6755; }
span { border-color: rgb(95,103,85); }
td.TdClassName
{
border-color: #5F6755;
}
.TagClassName
{
border-color: #5F6755;
}
</style>