Shades of Chicago #575851
Tints of Chicago #575851
RGB
CMYK
RGB Variations
Color information
#575851 (or 0x575851) is known color: Chicago. HEX triplet: 57, 58 and 51. RGB value is (87,88,81). Sum of RGB (Red+Green+Blue) = 87+88+81=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 88 - color contains mainly: green. Hex color #575851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575851 is #A8A7AE. Grayscale: #565656. Windows color (decimal): -11052975 or 5331031. OLE color: 5331031.
HSL color Cylindrical-coordinate representation of color #575851: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575851 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 81 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.65 |
| HSL | 68.57º | 0.04% | 0.33% | - |
| HSV(B) | 68.57º | 0.08% | 0.35% | - |
| XYZ | 8.91 | 9.6 | 9.17 | - |
| YUV | 86.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 81 | 0.01 | 0 | 0.08 | 0.65 | 68.57 | 0.04 | 0.33 |
| Hex | 57 | 58 | 51 | 1 | 0 | 8 | 41 | 45 | 4 | 21 |
| Octal | 127 | 130 | 121 | 1 | 0 | 10 | 101 | 105 | 4 | 41 |
| Binary | 1010111 | 1011000 | 1010001 | 1 | 0 | 1000 | 1000001 | 1000101 | 100 | 100001 |
Color Harmonies of #575851
Complementary color
Monochromatic Colors of #575851
Black with #575851
Text Example
Text Example
White with #575851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575851; }
p { color: rgb(87,88,81); }
H1.HeaderClassName
{
color: #575851;
}
.AnyTagClassName
{
color: #575851;
}
</style>
background-color css
<style>
a { background-color: #575851; }
a { background-color: rgb(87,88,81); }
div.DivClassName
{
background-color: #575851;
}
.BgClassName
{
background-color: #575851;
}
</style>
border-color css
<style>
span { border-color: #575851; }
span { border-color: rgb(87,88,81); }
td.TdClassName
{
border-color: #575851;
}
.TagClassName
{
border-color: #575851;
}
</style>