Shades of Chicago #5D664B
Tints of Chicago #5D664B
RGB
CMYK
RGB Variations
Color information
#5D664B (or 0x5D664B) is known color: Chicago. HEX triplet: 5D, 66 and 4B. RGB value is (93,102,75). Sum of RGB (Red+Green+Blue) = 93+102+75=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #5D664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D664B is #A299B4. Grayscale: #606060. Windows color (decimal): -10656181 or 4941405. OLE color: 4941405.
HSL color Cylindrical-coordinate representation of color #5D664B: hue angle of 80º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D664B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 75 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.6 |
| HSL | 80º | 0.15% | 0.35% | - |
| HSV(B) | 80º | 0.26% | 0.4% | - |
| XYZ | 10.54 | 12.34 | 8.48 | - |
| YUV | 96.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 75 | 0.09 | 0 | 0.26 | 0.6 | 80 | 0.15 | 0.35 |
| Hex | 5D | 66 | 4B | 9 | 0 | 1A | 3C | 50 | F | 23 |
| Octal | 135 | 146 | 113 | 11 | 0 | 32 | 74 | 120 | 17 | 43 |
| Binary | 1011101 | 1100110 | 1001011 | 1001 | 0 | 11010 | 111100 | 1010000 | 1111 | 100011 |
Color Harmonies of #5D664B
Complementary color
Monochromatic Colors of #5D664B
Black with #5D664B
Text Example
Text Example
White with #5D664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D664B; }
p { color: rgb(93,102,75); }
H1.HeaderClassName
{
color: #5D664B;
}
.AnyTagClassName
{
color: #5D664B;
}
</style>
background-color css
<style>
a { background-color: #5D664B; }
a { background-color: rgb(93,102,75); }
div.DivClassName
{
background-color: #5D664B;
}
.BgClassName
{
background-color: #5D664B;
}
</style>
border-color css
<style>
span { border-color: #5D664B; }
span { border-color: rgb(93,102,75); }
td.TdClassName
{
border-color: #5D664B;
}
.TagClassName
{
border-color: #5D664B;
}
</style>