Shades of Chicago #575A4B
Tints of Chicago #575A4B
RGB
CMYK
RGB Variations
Color information
#575A4B (or 0x575A4B) is known color: Chicago. HEX triplet: 57, 5A and 4B. RGB value is (87,90,75). Sum of RGB (Red+Green+Blue) = 87+90+75=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #575A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A4B is #A8A5B4. Grayscale: #575757. Windows color (decimal): -11052469 or 4938327. OLE color: 4938327.
HSL color Cylindrical-coordinate representation of color #575A4B: hue angle of 72º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575A4B is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 75 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.65 |
| HSL | 72º | 0.09% | 0.32% | - |
| HSV(B) | 72º | 0.17% | 0.35% | - |
| XYZ | 8.86 | 9.85 | 8.09 | - |
| YUV | 87.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 75 | 0.03 | 0 | 0.17 | 0.65 | 72 | 0.09 | 0.32 |
| Hex | 57 | 5A | 4B | 3 | 0 | 11 | 41 | 48 | 9 | 20 |
| Octal | 127 | 132 | 113 | 3 | 0 | 21 | 101 | 110 | 11 | 40 |
| Binary | 1010111 | 1011010 | 1001011 | 11 | 0 | 10001 | 1000001 | 1001000 | 1001 | 100000 |
Color Harmonies of #575A4B
Complementary color
Monochromatic Colors of #575A4B
Black with #575A4B
Text Example
Text Example
White with #575A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A4B; }
p { color: rgb(87,90,75); }
H1.HeaderClassName
{
color: #575A4B;
}
.AnyTagClassName
{
color: #575A4B;
}
</style>
background-color css
<style>
a { background-color: #575A4B; }
a { background-color: rgb(87,90,75); }
div.DivClassName
{
background-color: #575A4B;
}
.BgClassName
{
background-color: #575A4B;
}
</style>
border-color css
<style>
span { border-color: #575A4B; }
span { border-color: rgb(87,90,75); }
td.TdClassName
{
border-color: #575A4B;
}
.TagClassName
{
border-color: #575A4B;
}
</style>