Shades of Chicago #575B48
Tints of Chicago #575B48
RGB
CMYK
RGB Variations
Color information
#575B48 (or 0x575B48) is known color: Chicago. HEX triplet: 57, 5B and 48. RGB value is (87,91,72). Sum of RGB (Red+Green+Blue) = 87+91+72=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #575B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B48 is #A8A4B7. Grayscale: #575757. Windows color (decimal): -11052216 or 4741975. OLE color: 4741975.
HSL color Cylindrical-coordinate representation of color #575B48: hue angle of 72.63º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575B48 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 72 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.64 |
| HSL | 72.63º | 0.12% | 0.32% | - |
| HSV(B) | 72.63º | 0.21% | 0.36% | - |
| XYZ | 8.84 | 9.98 | 7.59 | - |
| YUV | 87.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 72 | 0.04 | 0 | 0.21 | 0.64 | 72.63 | 0.12 | 0.32 |
| Hex | 57 | 5B | 48 | 4 | 0 | 15 | 40 | 49 | C | 20 |
| Octal | 127 | 133 | 110 | 4 | 0 | 25 | 100 | 111 | 14 | 40 |
| Binary | 1010111 | 1011011 | 1001000 | 100 | 0 | 10101 | 1000000 | 1001001 | 1100 | 100000 |
Color Harmonies of #575B48
Complementary color
Monochromatic Colors of #575B48
Black with #575B48
Text Example
Text Example
White with #575B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B48; }
p { color: rgb(87,91,72); }
H1.HeaderClassName
{
color: #575B48;
}
.AnyTagClassName
{
color: #575B48;
}
</style>
background-color css
<style>
a { background-color: #575B48; }
a { background-color: rgb(87,91,72); }
div.DivClassName
{
background-color: #575B48;
}
.BgClassName
{
background-color: #575B48;
}
</style>
border-color css
<style>
span { border-color: #575B48; }
span { border-color: rgb(87,91,72); }
td.TdClassName
{
border-color: #575B48;
}
.TagClassName
{
border-color: #575B48;
}
</style>