Shades of Chicago #5F6554
Tints of Chicago #5F6554
RGB
CMYK
RGB Variations
Color information
#5F6554 (or 0x5F6554) is known color: Chicago. HEX triplet: 5F, 65 and 54. RGB value is (95,101,84). Sum of RGB (Red+Green+Blue) = 95+101+84=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6554 is #A09AAB. Grayscale: #616161. Windows color (decimal): -10525356 or 5530975. OLE color: 5530975.
HSL color Cylindrical-coordinate representation of color #5F6554: hue angle of 81.18º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F6554 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 84 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.60 |
| HSL | 81.18º | 0.09% | 0.36% | - |
| HSV(B) | 81.18º | 0.17% | 0.4% | - |
| XYZ | 10.97 | 12.38 | 10.2 | - |
| YUV | 97.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 84 | 0.06 | 0 | 0.17 | 0.60 | 81.18 | 0.09 | 0.36 |
| Hex | 5F | 65 | 54 | 6 | 0 | 11 | 3C | 51 | 9 | 24 |
| Octal | 137 | 145 | 124 | 6 | 0 | 21 | 74 | 121 | 11 | 44 |
| Binary | 1011111 | 1100101 | 1010100 | 110 | 0 | 10001 | 111100 | 1010001 | 1001 | 100100 |
Color Harmonies of #5F6554
Complementary color
Monochromatic Colors of #5F6554
Black with #5F6554
Text Example
Text Example
White with #5F6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6554; }
p { color: rgb(95,101,84); }
H1.HeaderClassName
{
color: #5F6554;
}
.AnyTagClassName
{
color: #5F6554;
}
</style>
background-color css
<style>
a { background-color: #5F6554; }
a { background-color: rgb(95,101,84); }
div.DivClassName
{
background-color: #5F6554;
}
.BgClassName
{
background-color: #5F6554;
}
</style>
border-color css
<style>
span { border-color: #5F6554; }
span { border-color: rgb(95,101,84); }
td.TdClassName
{
border-color: #5F6554;
}
.TagClassName
{
border-color: #5F6554;
}
</style>