Shades of Chicago #5D664A
Tints of Chicago #5D664A
RGB
CMYK
RGB Variations
Color information
#5D664A (or 0x5D664A) is known color: Chicago. HEX triplet: 5D, 66 and 4A. RGB value is (93,102,74). Sum of RGB (Red+Green+Blue) = 93+102+74=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #5D664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D664A is #A299B5. Grayscale: #606060. Windows color (decimal): -10656182 or 4875869. OLE color: 4875869.
HSL color Cylindrical-coordinate representation of color #5D664A: hue angle of 79.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D664A is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 74 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.6 |
| HSL | 79.29º | 0.16% | 0.35% | - |
| HSV(B) | 79.29º | 0.27% | 0.4% | - |
| XYZ | 10.5 | 12.32 | 8.3 | - |
| YUV | 96.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 74 | 0.09 | 0 | 0.27 | 0.6 | 79.29 | 0.16 | 0.35 |
| Hex | 5D | 66 | 4A | 9 | 0 | 1B | 3C | 4F | 10 | 23 |
| Octal | 135 | 146 | 112 | 11 | 0 | 33 | 74 | 117 | 20 | 43 |
| Binary | 1011101 | 1100110 | 1001010 | 1001 | 0 | 11011 | 111100 | 1001111 | 10000 | 100011 |
Color Harmonies of #5D664A
Complementary color
Monochromatic Colors of #5D664A
Black with #5D664A
Text Example
Text Example
White with #5D664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D664A; }
p { color: rgb(93,102,74); }
H1.HeaderClassName
{
color: #5D664A;
}
.AnyTagClassName
{
color: #5D664A;
}
</style>
background-color css
<style>
a { background-color: #5D664A; }
a { background-color: rgb(93,102,74); }
div.DivClassName
{
background-color: #5D664A;
}
.BgClassName
{
background-color: #5D664A;
}
</style>
border-color css
<style>
span { border-color: #5D664A; }
span { border-color: rgb(93,102,74); }
td.TdClassName
{
border-color: #5D664A;
}
.TagClassName
{
border-color: #5D664A;
}
</style>