Shades of Chicago #5D654E
Tints of Chicago #5D654E
RGB
CMYK
RGB Variations
Color information
#5D654E (or 0x5D654E) is known color: Chicago. HEX triplet: 5D, 65 and 4E. RGB value is (93,101,78). Sum of RGB (Red+Green+Blue) = 93+101+78=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #5D654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D654E is #A29AB1. Grayscale: #606060. Windows color (decimal): -10656434 or 5137757. OLE color: 5137757.
HSL color Cylindrical-coordinate representation of color #5D654E: hue angle of 80.87º 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 #5D654E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 78 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.60 |
| HSL | 80.87º | 0.13% | 0.35% | - |
| HSV(B) | 80.87º | 0.23% | 0.4% | - |
| XYZ | 10.54 | 12.18 | 9 | - |
| YUV | 95.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 78 | 0.08 | 0 | 0.23 | 0.60 | 80.87 | 0.13 | 0.35 |
| Hex | 5D | 65 | 4E | 8 | 0 | 17 | 3C | 51 | D | 23 |
| Octal | 135 | 145 | 116 | 10 | 0 | 27 | 74 | 121 | 15 | 43 |
| Binary | 1011101 | 1100101 | 1001110 | 1000 | 0 | 10111 | 111100 | 1010001 | 1101 | 100011 |
Color Harmonies of #5D654E
Complementary color
Monochromatic Colors of #5D654E
Black with #5D654E
Text Example
Text Example
White with #5D654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D654E; }
p { color: rgb(93,101,78); }
H1.HeaderClassName
{
color: #5D654E;
}
.AnyTagClassName
{
color: #5D654E;
}
</style>
background-color css
<style>
a { background-color: #5D654E; }
a { background-color: rgb(93,101,78); }
div.DivClassName
{
background-color: #5D654E;
}
.BgClassName
{
background-color: #5D654E;
}
</style>
border-color css
<style>
span { border-color: #5D654E; }
span { border-color: rgb(93,101,78); }
td.TdClassName
{
border-color: #5D654E;
}
.TagClassName
{
border-color: #5D654E;
}
</style>