Shades of Chicago #5C654B
Tints of Chicago #5C654B
RGB
CMYK
RGB Variations
Color information
#5C654B (or 0x5C654B) is known color: Chicago. HEX triplet: 5C, 65 and 4B. RGB value is (92,101,75). Sum of RGB (Red+Green+Blue) = 92+101+75=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #5C654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C654B is #A39AB4. Grayscale: #5F5F5F. Windows color (decimal): -10721973 or 4941148. OLE color: 4941148.
HSL color Cylindrical-coordinate representation of color #5C654B: 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.26%. Process color model (Four color, CMYK) of #5C654B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 75 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.60 |
| HSL | 80.77º | 0.15% | 0.35% | - |
| HSV(B) | 80.77º | 0.26% | 0.4% | - |
| XYZ | 10.34 | 12.09 | 8.45 | - |
| YUV | 95.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 75 | 0.09 | 0 | 0.26 | 0.60 | 80.77 | 0.15 | 0.35 |
| Hex | 5C | 65 | 4B | 9 | 0 | 1A | 3C | 51 | F | 23 |
| Octal | 134 | 145 | 113 | 11 | 0 | 32 | 74 | 121 | 17 | 43 |
| Binary | 1011100 | 1100101 | 1001011 | 1001 | 0 | 11010 | 111100 | 1010001 | 1111 | 100011 |
Color Harmonies of #5C654B
Complementary color
Monochromatic Colors of #5C654B
Black with #5C654B
Text Example
Text Example
White with #5C654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C654B; }
p { color: rgb(92,101,75); }
H1.HeaderClassName
{
color: #5C654B;
}
.AnyTagClassName
{
color: #5C654B;
}
</style>
background-color css
<style>
a { background-color: #5C654B; }
a { background-color: rgb(92,101,75); }
div.DivClassName
{
background-color: #5C654B;
}
.BgClassName
{
background-color: #5C654B;
}
</style>
border-color css
<style>
span { border-color: #5C654B; }
span { border-color: rgb(92,101,75); }
td.TdClassName
{
border-color: #5C654B;
}
.TagClassName
{
border-color: #5C654B;
}
</style>