Shades of Chicago #5C6053
Tints of Chicago #5C6053
RGB
CMYK
RGB Variations
Color information
#5C6053 (or 0x5C6053) is known color: Chicago. HEX triplet: 5C, 60 and 53. RGB value is (92,96,83). Sum of RGB (Red+Green+Blue) = 92+96+83=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6053 is #A39FAC. Grayscale: #5D5D5D. Windows color (decimal): -10723245 or 5464156. OLE color: 5464156.
HSL color Cylindrical-coordinate representation of color #5C6053: hue angle of 78.46º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C6053 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 83 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.62 |
| HSL | 78.46º | 0.07% | 0.35% | - |
| HSV(B) | 78.46º | 0.14% | 0.38% | - |
| XYZ | 10.16 | 11.27 | 9.82 | - |
| YUV | 93.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 83 | 0.04 | 0 | 0.14 | 0.62 | 78.46 | 0.07 | 0.35 |
| Hex | 5C | 60 | 53 | 4 | 0 | E | 3E | 4E | 7 | 23 |
| Octal | 134 | 140 | 123 | 4 | 0 | 16 | 76 | 116 | 7 | 43 |
| Binary | 1011100 | 1100000 | 1010011 | 100 | 0 | 1110 | 111110 | 1001110 | 111 | 100011 |
Color Harmonies of #5C6053
Complementary color
Monochromatic Colors of #5C6053
Black with #5C6053
Text Example
Text Example
White with #5C6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6053; }
p { color: rgb(92,96,83); }
H1.HeaderClassName
{
color: #5C6053;
}
.AnyTagClassName
{
color: #5C6053;
}
</style>
background-color css
<style>
a { background-color: #5C6053; }
a { background-color: rgb(92,96,83); }
div.DivClassName
{
background-color: #5C6053;
}
.BgClassName
{
background-color: #5C6053;
}
</style>
border-color css
<style>
span { border-color: #5C6053; }
span { border-color: rgb(92,96,83); }
td.TdClassName
{
border-color: #5C6053;
}
.TagClassName
{
border-color: #5C6053;
}
</style>