Shades of Chicago #54574D
Tints of Chicago #54574D
RGB
CMYK
RGB Variations
Color information
#54574D (or 0x54574D) is known color: Chicago. HEX triplet: 54, 57 and 4D. RGB value is (84,87,77). Sum of RGB (Red+Green+Blue) = 84+87+77=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 87 - color contains mainly: green. Hex color #54574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54574D is #ABA8B2. Grayscale: #555555. Windows color (decimal): -11249843 or 5068628. OLE color: 5068628.
HSL color Cylindrical-coordinate representation of color #54574D: hue angle of 78º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #54574D is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 77 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.66 |
| HSL | 78º | 0.06% | 0.32% | - |
| HSV(B) | 78º | 0.11% | 0.34% | - |
| XYZ | 8.4 | 9.24 | 8.36 | - |
| YUV | 84.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 77 | 0.03 | 0 | 0.11 | 0.66 | 78 | 0.06 | 0.32 |
| Hex | 54 | 57 | 4D | 3 | 0 | B | 42 | 4E | 6 | 20 |
| Octal | 124 | 127 | 115 | 3 | 0 | 13 | 102 | 116 | 6 | 40 |
| Binary | 1010100 | 1010111 | 1001101 | 11 | 0 | 1011 | 1000010 | 1001110 | 110 | 100000 |
Color Harmonies of #54574D
Complementary color
Monochromatic Colors of #54574D
Black with #54574D
Text Example
Text Example
White with #54574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54574D; }
p { color: rgb(84,87,77); }
H1.HeaderClassName
{
color: #54574D;
}
.AnyTagClassName
{
color: #54574D;
}
</style>
background-color css
<style>
a { background-color: #54574D; }
a { background-color: rgb(84,87,77); }
div.DivClassName
{
background-color: #54574D;
}
.BgClassName
{
background-color: #54574D;
}
</style>
border-color css
<style>
span { border-color: #54574D; }
span { border-color: rgb(84,87,77); }
td.TdClassName
{
border-color: #54574D;
}
.TagClassName
{
border-color: #54574D;
}
</style>