Shades of Chicago #575D4B
Tints of Chicago #575D4B
RGB
CMYK
RGB Variations
Color information
#575D4B (or 0x575D4B) is known color: Chicago. HEX triplet: 57, 5D and 4B. RGB value is (87,93,75). Sum of RGB (Red+Green+Blue) = 87+93+75=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 93 - color contains mainly: green. Hex color #575D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D4B is #A8A2B4. Grayscale: #595959. Windows color (decimal): -11051701 or 4939095. OLE color: 4939095.
HSL color Cylindrical-coordinate representation of color #575D4B: hue angle of 80º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575D4B is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 75 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.64 |
| HSL | 80º | 0.11% | 0.33% | - |
| HSV(B) | 80º | 0.19% | 0.36% | - |
| XYZ | 9.11 | 10.36 | 8.18 | - |
| YUV | 89.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 75 | 0.06 | 0 | 0.19 | 0.64 | 80 | 0.11 | 0.33 |
| Hex | 57 | 5D | 4B | 6 | 0 | 13 | 40 | 50 | B | 21 |
| Octal | 127 | 135 | 113 | 6 | 0 | 23 | 100 | 120 | 13 | 41 |
| Binary | 1010111 | 1011101 | 1001011 | 110 | 0 | 10011 | 1000000 | 1010000 | 1011 | 100001 |
Color Harmonies of #575D4B
Complementary color
Monochromatic Colors of #575D4B
Black with #575D4B
Text Example
Text Example
White with #575D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D4B; }
p { color: rgb(87,93,75); }
H1.HeaderClassName
{
color: #575D4B;
}
.AnyTagClassName
{
color: #575D4B;
}
</style>
background-color css
<style>
a { background-color: #575D4B; }
a { background-color: rgb(87,93,75); }
div.DivClassName
{
background-color: #575D4B;
}
.BgClassName
{
background-color: #575D4B;
}
</style>
border-color css
<style>
span { border-color: #575D4B; }
span { border-color: rgb(87,93,75); }
td.TdClassName
{
border-color: #575D4B;
}
.TagClassName
{
border-color: #575D4B;
}
</style>