Shades of Chicago #5A5C50
Tints of Chicago #5A5C50
RGB
CMYK
RGB Variations
Color information
#5A5C50 (or 0x5A5C50) is known color: Chicago. HEX triplet: 5A, 5C and 50. RGB value is (90,92,80). Sum of RGB (Red+Green+Blue) = 90+92+80=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C50 is #A5A3AF. Grayscale: #5A5A5A. Windows color (decimal): -10855344 or 5266522. OLE color: 5266522.
HSL color Cylindrical-coordinate representation of color #5A5C50: hue angle of 70º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A5C50 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 92 | 80 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.64 |
| HSL | 70º | 0.07% | 0.34% | - |
| HSV(B) | 70º | 0.13% | 0.36% | - |
| XYZ | 9.49 | 10.41 | 9.1 | - |
| YUV | 90.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 80 | 0.02 | 0 | 0.13 | 0.64 | 70 | 0.07 | 0.34 |
| Hex | 5A | 5C | 50 | 2 | 0 | D | 40 | 46 | 7 | 22 |
| Octal | 132 | 134 | 120 | 2 | 0 | 15 | 100 | 106 | 7 | 42 |
| Binary | 1011010 | 1011100 | 1010000 | 10 | 0 | 1101 | 1000000 | 1000110 | 111 | 100010 |
Color Harmonies of #5A5C50
Complementary color
Monochromatic Colors of #5A5C50
Black with #5A5C50
Text Example
Text Example
White with #5A5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C50; }
p { color: rgb(90,92,80); }
H1.HeaderClassName
{
color: #5A5C50;
}
.AnyTagClassName
{
color: #5A5C50;
}
</style>
background-color css
<style>
a { background-color: #5A5C50; }
a { background-color: rgb(90,92,80); }
div.DivClassName
{
background-color: #5A5C50;
}
.BgClassName
{
background-color: #5A5C50;
}
</style>
border-color css
<style>
span { border-color: #5A5C50; }
span { border-color: rgb(90,92,80); }
td.TdClassName
{
border-color: #5A5C50;
}
.TagClassName
{
border-color: #5A5C50;
}
</style>