Shades of Chicago #575A50
Tints of Chicago #575A50
RGB
CMYK
RGB Variations
Color information
#575A50 (or 0x575A50) is known color: Chicago. HEX triplet: 57, 5A and 50. RGB value is (87,90,80). Sum of RGB (Red+Green+Blue) = 87+90+80=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #575A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A50 is #A8A5AF. Grayscale: #575757. Windows color (decimal): -11052464 or 5266007. OLE color: 5266007.
HSL color Cylindrical-coordinate representation of color #575A50: hue angle of 78º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #575A50 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 80 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.65 |
| HSL | 78º | 0.06% | 0.33% | - |
| HSV(B) | 78º | 0.11% | 0.35% | - |
| XYZ | 9.03 | 9.92 | 9.03 | - |
| YUV | 87.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 80 | 0.03 | 0 | 0.11 | 0.65 | 78 | 0.06 | 0.33 |
| Hex | 57 | 5A | 50 | 3 | 0 | B | 41 | 4E | 6 | 21 |
| Octal | 127 | 132 | 120 | 3 | 0 | 13 | 101 | 116 | 6 | 41 |
| Binary | 1010111 | 1011010 | 1010000 | 11 | 0 | 1011 | 1000001 | 1001110 | 110 | 100001 |
Color Harmonies of #575A50
Complementary color
Monochromatic Colors of #575A50
Black with #575A50
Text Example
Text Example
White with #575A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A50; }
p { color: rgb(87,90,80); }
H1.HeaderClassName
{
color: #575A50;
}
.AnyTagClassName
{
color: #575A50;
}
</style>
background-color css
<style>
a { background-color: #575A50; }
a { background-color: rgb(87,90,80); }
div.DivClassName
{
background-color: #575A50;
}
.BgClassName
{
background-color: #575A50;
}
</style>
border-color css
<style>
span { border-color: #575A50; }
span { border-color: rgb(87,90,80); }
td.TdClassName
{
border-color: #575A50;
}
.TagClassName
{
border-color: #575A50;
}
</style>