Shades of Chicago #5C6350
Tints of Chicago #5C6350
RGB
CMYK
RGB Variations
Color information
#5C6350 (or 0x5C6350) is known color: Chicago. HEX triplet: 5C, 63 and 50. RGB value is (92,99,80). Sum of RGB (Red+Green+Blue) = 92+99+80=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6350 is #A39CAF. Grayscale: #5E5E5E. Windows color (decimal): -10722480 or 5268316. OLE color: 5268316.
HSL color Cylindrical-coordinate representation of color #5C6350: hue angle of 82.11º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C6350 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 80 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.61 |
| HSL | 82.11º | 0.11% | 0.35% | - |
| HSV(B) | 82.11º | 0.19% | 0.39% | - |
| XYZ | 10.32 | 11.78 | 9.32 | - |
| YUV | 94.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 80 | 0.07 | 0 | 0.19 | 0.61 | 82.11 | 0.11 | 0.35 |
| Hex | 5C | 63 | 50 | 7 | 0 | 13 | 3D | 52 | B | 23 |
| Octal | 134 | 143 | 120 | 7 | 0 | 23 | 75 | 122 | 13 | 43 |
| Binary | 1011100 | 1100011 | 1010000 | 111 | 0 | 10011 | 111101 | 1010010 | 1011 | 100011 |
Color Harmonies of #5C6350
Complementary color
Monochromatic Colors of #5C6350
Black with #5C6350
Text Example
Text Example
White with #5C6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6350; }
p { color: rgb(92,99,80); }
H1.HeaderClassName
{
color: #5C6350;
}
.AnyTagClassName
{
color: #5C6350;
}
</style>
background-color css
<style>
a { background-color: #5C6350; }
a { background-color: rgb(92,99,80); }
div.DivClassName
{
background-color: #5C6350;
}
.BgClassName
{
background-color: #5C6350;
}
</style>
border-color css
<style>
span { border-color: #5C6350; }
span { border-color: rgb(92,99,80); }
td.TdClassName
{
border-color: #5C6350;
}
.TagClassName
{
border-color: #5C6350;
}
</style>