Shades of Chicago #5C634D
Tints of Chicago #5C634D
RGB
CMYK
RGB Variations
Color information
#5C634D (or 0x5C634D) is known color: Chicago. HEX triplet: 5C, 63 and 4D. RGB value is (92,99,77). Sum of RGB (Red+Green+Blue) = 92+99+77=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #5C634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C634D is #A39CB2. Grayscale: #5E5E5E. Windows color (decimal): -10722483 or 5071708. OLE color: 5071708.
HSL color Cylindrical-coordinate representation of color #5C634D: hue angle of 79.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C634D is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 77 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.61 |
| HSL | 79.09º | 0.13% | 0.35% | - |
| HSV(B) | 79.09º | 0.22% | 0.39% | - |
| XYZ | 10.22 | 11.73 | 8.75 | - |
| YUV | 94.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 77 | 0.07 | 0 | 0.22 | 0.61 | 79.09 | 0.13 | 0.35 |
| Hex | 5C | 63 | 4D | 7 | 0 | 16 | 3D | 4F | C | 23 |
| Octal | 134 | 143 | 115 | 7 | 0 | 26 | 75 | 117 | 14 | 43 |
| Binary | 1011100 | 1100011 | 1001101 | 111 | 0 | 10110 | 111101 | 1001111 | 1100 | 100011 |
Color Harmonies of #5C634D
Complementary color
Monochromatic Colors of #5C634D
Black with #5C634D
Text Example
Text Example
White with #5C634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C634D; }
p { color: rgb(92,99,77); }
H1.HeaderClassName
{
color: #5C634D;
}
.AnyTagClassName
{
color: #5C634D;
}
</style>
background-color css
<style>
a { background-color: #5C634D; }
a { background-color: rgb(92,99,77); }
div.DivClassName
{
background-color: #5C634D;
}
.BgClassName
{
background-color: #5C634D;
}
</style>
border-color css
<style>
span { border-color: #5C634D; }
span { border-color: rgb(92,99,77); }
td.TdClassName
{
border-color: #5C634D;
}
.TagClassName
{
border-color: #5C634D;
}
</style>