Shades of Chicago #565750
Tints of Chicago #565750
RGB
CMYK
RGB Variations
Color information
#565750 (or 0x565750) is known color: Chicago. HEX triplet: 56, 57 and 50. RGB value is (86,87,80). Sum of RGB (Red+Green+Blue) = 86+87+80=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 87 - color contains mainly: green. Hex color #565750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565750 is #A9A8AF. Grayscale: #555555. Windows color (decimal): -11118768 or 5265238. OLE color: 5265238.
HSL color Cylindrical-coordinate representation of color #565750: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565750 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 87 | 80 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.66 |
| HSL | 68.57º | 0.04% | 0.33% | - |
| HSV(B) | 68.57º | 0.08% | 0.34% | - |
| XYZ | 8.69 | 9.37 | 8.94 | - |
| YUV | 85.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 80 | 0.01 | 0 | 0.08 | 0.66 | 68.57 | 0.04 | 0.33 |
| Hex | 56 | 57 | 50 | 1 | 0 | 8 | 42 | 45 | 4 | 21 |
| Octal | 126 | 127 | 120 | 1 | 0 | 10 | 102 | 105 | 4 | 41 |
| Binary | 1010110 | 1010111 | 1010000 | 1 | 0 | 1000 | 1000010 | 1000101 | 100 | 100001 |
Color Harmonies of #565750
Complementary color
Monochromatic Colors of #565750
Black with #565750
Text Example
Text Example
White with #565750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565750; }
p { color: rgb(86,87,80); }
H1.HeaderClassName
{
color: #565750;
}
.AnyTagClassName
{
color: #565750;
}
</style>
background-color css
<style>
a { background-color: #565750; }
a { background-color: rgb(86,87,80); }
div.DivClassName
{
background-color: #565750;
}
.BgClassName
{
background-color: #565750;
}
</style>
border-color css
<style>
span { border-color: #565750; }
span { border-color: rgb(86,87,80); }
td.TdClassName
{
border-color: #565750;
}
.TagClassName
{
border-color: #565750;
}
</style>