Shades of Chicago #575A4D
Tints of Chicago #575A4D
RGB
CMYK
RGB Variations
Color information
#575A4D (or 0x575A4D) is known color: Chicago. HEX triplet: 57, 5A and 4D. RGB value is (87,90,77). Sum of RGB (Red+Green+Blue) = 87+90+77=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #575A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A4D is #A8A5B2. Grayscale: #575757. Windows color (decimal): -11052467 or 5069399. OLE color: 5069399.
HSL color Cylindrical-coordinate representation of color #575A4D: hue angle of 73.85º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575A4D is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 77 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.65 |
| HSL | 73.85º | 0.08% | 0.33% | - |
| HSV(B) | 73.85º | 0.14% | 0.35% | - |
| XYZ | 8.93 | 9.87 | 8.46 | - |
| YUV | 87.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 77 | 0.03 | 0 | 0.14 | 0.65 | 73.85 | 0.08 | 0.33 |
| Hex | 57 | 5A | 4D | 3 | 0 | E | 41 | 4A | 8 | 21 |
| Octal | 127 | 132 | 115 | 3 | 0 | 16 | 101 | 112 | 10 | 41 |
| Binary | 1010111 | 1011010 | 1001101 | 11 | 0 | 1110 | 1000001 | 1001010 | 1000 | 100001 |
Color Harmonies of #575A4D
Complementary color
Monochromatic Colors of #575A4D
Black with #575A4D
Text Example
Text Example
White with #575A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A4D; }
p { color: rgb(87,90,77); }
H1.HeaderClassName
{
color: #575A4D;
}
.AnyTagClassName
{
color: #575A4D;
}
</style>
background-color css
<style>
a { background-color: #575A4D; }
a { background-color: rgb(87,90,77); }
div.DivClassName
{
background-color: #575A4D;
}
.BgClassName
{
background-color: #575A4D;
}
</style>
border-color css
<style>
span { border-color: #575A4D; }
span { border-color: rgb(87,90,77); }
td.TdClassName
{
border-color: #575A4D;
}
.TagClassName
{
border-color: #575A4D;
}
</style>