Shades of Chicago #575A4E
Tints of Chicago #575A4E
RGB
CMYK
RGB Variations
Color information
#575A4E (or 0x575A4E) is known color: Chicago. HEX triplet: 57, 5A and 4E. RGB value is (87,90,78). Sum of RGB (Red+Green+Blue) = 87+90+78=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 90 - color contains mainly: green. Hex color #575A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A4E is #A8A5B1. Grayscale: #575757. Windows color (decimal): -11052466 or 5134935. OLE color: 5134935.
HSL color Cylindrical-coordinate representation of color #575A4E: hue angle of 75º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #575A4E is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 78 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.65 |
| HSL | 75º | 0.07% | 0.33% | - |
| HSV(B) | 75º | 0.13% | 0.35% | - |
| XYZ | 8.96 | 9.89 | 8.64 | - |
| YUV | 87.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 78 | 0.03 | 0 | 0.13 | 0.65 | 75 | 0.07 | 0.33 |
| Hex | 57 | 5A | 4E | 3 | 0 | D | 41 | 4B | 7 | 21 |
| Octal | 127 | 132 | 116 | 3 | 0 | 15 | 101 | 113 | 7 | 41 |
| Binary | 1010111 | 1011010 | 1001110 | 11 | 0 | 1101 | 1000001 | 1001011 | 111 | 100001 |
Color Harmonies of #575A4E
Complementary color
Monochromatic Colors of #575A4E
Black with #575A4E
Text Example
Text Example
White with #575A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A4E; }
p { color: rgb(87,90,78); }
H1.HeaderClassName
{
color: #575A4E;
}
.AnyTagClassName
{
color: #575A4E;
}
</style>
background-color css
<style>
a { background-color: #575A4E; }
a { background-color: rgb(87,90,78); }
div.DivClassName
{
background-color: #575A4E;
}
.BgClassName
{
background-color: #575A4E;
}
</style>
border-color css
<style>
span { border-color: #575A4E; }
span { border-color: rgb(87,90,78); }
td.TdClassName
{
border-color: #575A4E;
}
.TagClassName
{
border-color: #575A4E;
}
</style>