Shades of Chicago #5C6250
Tints of Chicago #5C6250
RGB
CMYK
RGB Variations
Color information
#5C6250 (or 0x5C6250) is known color: Chicago. HEX triplet: 5C, 62 and 50. RGB value is (92,98,80). Sum of RGB (Red+Green+Blue) = 92+98+80=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6250 is #A39DAF. Grayscale: #5E5E5E. Windows color (decimal): -10722736 or 5268060. OLE color: 5268060.
HSL color Cylindrical-coordinate representation of color #5C6250: hue angle of 80º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C6250 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 80 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.62 |
| HSL | 80º | 0.1% | 0.35% | - |
| HSV(B) | 80º | 0.18% | 0.38% | - |
| XYZ | 10.23 | 11.59 | 9.29 | - |
| YUV | 94.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 80 | 0.06 | 0 | 0.18 | 0.62 | 80 | 0.1 | 0.35 |
| Hex | 5C | 62 | 50 | 6 | 0 | 12 | 3E | 50 | A | 23 |
| Octal | 134 | 142 | 120 | 6 | 0 | 22 | 76 | 120 | 12 | 43 |
| Binary | 1011100 | 1100010 | 1010000 | 110 | 0 | 10010 | 111110 | 1010000 | 1010 | 100011 |
Color Harmonies of #5C6250
Complementary color
Monochromatic Colors of #5C6250
Black with #5C6250
Text Example
Text Example
White with #5C6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6250; }
p { color: rgb(92,98,80); }
H1.HeaderClassName
{
color: #5C6250;
}
.AnyTagClassName
{
color: #5C6250;
}
</style>
background-color css
<style>
a { background-color: #5C6250; }
a { background-color: rgb(92,98,80); }
div.DivClassName
{
background-color: #5C6250;
}
.BgClassName
{
background-color: #5C6250;
}
</style>
border-color css
<style>
span { border-color: #5C6250; }
span { border-color: rgb(92,98,80); }
td.TdClassName
{
border-color: #5C6250;
}
.TagClassName
{
border-color: #5C6250;
}
</style>