Shades of Chicago #575B4F
Tints of Chicago #575B4F
RGB
CMYK
RGB Variations
Color information
#575B4F (or 0x575B4F) is known color: Chicago. HEX triplet: 57, 5B and 4F. RGB value is (87,91,79). Sum of RGB (Red+Green+Blue) = 87+91+79=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #575B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B4F is #A8A4B0. Grayscale: #585858. Windows color (decimal): -11052209 or 5200727. OLE color: 5200727.
HSL color Cylindrical-coordinate representation of color #575B4F: hue angle of 80º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #575B4F is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 79 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.64 |
| HSL | 80º | 0.07% | 0.33% | - |
| HSV(B) | 80º | 0.13% | 0.36% | - |
| XYZ | 9.08 | 10.07 | 8.86 | - |
| YUV | 88.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 79 | 0.04 | 0 | 0.13 | 0.64 | 80 | 0.07 | 0.33 |
| Hex | 57 | 5B | 4F | 4 | 0 | D | 40 | 50 | 7 | 21 |
| Octal | 127 | 133 | 117 | 4 | 0 | 15 | 100 | 120 | 7 | 41 |
| Binary | 1010111 | 1011011 | 1001111 | 100 | 0 | 1101 | 1000000 | 1010000 | 111 | 100001 |
Color Harmonies of #575B4F
Complementary color
Monochromatic Colors of #575B4F
Black with #575B4F
Text Example
Text Example
White with #575B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B4F; }
p { color: rgb(87,91,79); }
H1.HeaderClassName
{
color: #575B4F;
}
.AnyTagClassName
{
color: #575B4F;
}
</style>
background-color css
<style>
a { background-color: #575B4F; }
a { background-color: rgb(87,91,79); }
div.DivClassName
{
background-color: #575B4F;
}
.BgClassName
{
background-color: #575B4F;
}
</style>
border-color css
<style>
span { border-color: #575B4F; }
span { border-color: rgb(87,91,79); }
td.TdClassName
{
border-color: #575B4F;
}
.TagClassName
{
border-color: #575B4F;
}
</style>