Shades of Chicago #5D664C
Tints of Chicago #5D664C
RGB
CMYK
RGB Variations
Color information
#5D664C (or 0x5D664C) is known color: Chicago. HEX triplet: 5D, 66 and 4C. RGB value is (93,102,76). Sum of RGB (Red+Green+Blue) = 93+102+76=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #5D664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D664C is #A299B3. Grayscale: #606060. Windows color (decimal): -10656180 or 5006941. OLE color: 5006941.
HSL color Cylindrical-coordinate representation of color #5D664C: hue angle of 80.77º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D664C is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 76 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.6 |
| HSL | 80.77º | 0.15% | 0.35% | - |
| HSV(B) | 80.77º | 0.25% | 0.4% | - |
| XYZ | 10.57 | 12.35 | 8.66 | - |
| YUV | 96.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 76 | 0.09 | 0 | 0.25 | 0.6 | 80.77 | 0.15 | 0.35 |
| Hex | 5D | 66 | 4C | 9 | 0 | 19 | 3C | 51 | F | 23 |
| Octal | 135 | 146 | 114 | 11 | 0 | 31 | 74 | 121 | 17 | 43 |
| Binary | 1011101 | 1100110 | 1001100 | 1001 | 0 | 11001 | 111100 | 1010001 | 1111 | 100011 |
Color Harmonies of #5D664C
Complementary color
Monochromatic Colors of #5D664C
Black with #5D664C
Text Example
Text Example
White with #5D664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D664C; }
p { color: rgb(93,102,76); }
H1.HeaderClassName
{
color: #5D664C;
}
.AnyTagClassName
{
color: #5D664C;
}
</style>
background-color css
<style>
a { background-color: #5D664C; }
a { background-color: rgb(93,102,76); }
div.DivClassName
{
background-color: #5D664C;
}
.BgClassName
{
background-color: #5D664C;
}
</style>
border-color css
<style>
span { border-color: #5D664C; }
span { border-color: rgb(93,102,76); }
td.TdClassName
{
border-color: #5D664C;
}
.TagClassName
{
border-color: #5D664C;
}
</style>