Shades of Chicago #545750
Tints of Chicago #545750
RGB
CMYK
RGB Variations
Color information
#545750 (or 0x545750) is known color: Chicago. HEX triplet: 54, 57 and 50. RGB value is (84,87,80). Sum of RGB (Red+Green+Blue) = 84+87+80=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #545750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545750 is #ABA8AF. Grayscale: #555555. Windows color (decimal): -11249840 or 5265236. OLE color: 5265236.
HSL color Cylindrical-coordinate representation of color #545750: hue angle of 85.71º 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 #545750 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 80 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.66 |
| HSL | 85.71º | 0.04% | 0.33% | - |
| HSV(B) | 85.71º | 0.08% | 0.34% | - |
| XYZ | 8.51 | 9.28 | 8.93 | - |
| YUV | 85.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 80 | 0.03 | 0 | 0.08 | 0.66 | 85.71 | 0.04 | 0.33 |
| Hex | 54 | 57 | 50 | 3 | 0 | 8 | 42 | 56 | 4 | 21 |
| Octal | 124 | 127 | 120 | 3 | 0 | 10 | 102 | 126 | 4 | 41 |
| Binary | 1010100 | 1010111 | 1010000 | 11 | 0 | 1000 | 1000010 | 1010110 | 100 | 100001 |
Color Harmonies of #545750
Complementary color
Monochromatic Colors of #545750
Black with #545750
Text Example
Text Example
White with #545750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545750; }
p { color: rgb(84,87,80); }
H1.HeaderClassName
{
color: #545750;
}
.AnyTagClassName
{
color: #545750;
}
</style>
background-color css
<style>
a { background-color: #545750; }
a { background-color: rgb(84,87,80); }
div.DivClassName
{
background-color: #545750;
}
.BgClassName
{
background-color: #545750;
}
</style>
border-color css
<style>
span { border-color: #545750; }
span { border-color: rgb(84,87,80); }
td.TdClassName
{
border-color: #545750;
}
.TagClassName
{
border-color: #545750;
}
</style>