Shades of Chicago #53554E
Tints of Chicago #53554E
RGB
CMYK
RGB Variations
Color information
#53554E (or 0x53554E) is known color: Chicago. HEX triplet: 53, 55 and 4E. RGB value is (83,85,78). Sum of RGB (Red+Green+Blue) = 83+85+78=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #53554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53554E is #ACAAB1. Grayscale: #535353. Windows color (decimal): -11315890 or 5133651. OLE color: 5133651.
HSL color Cylindrical-coordinate representation of color #53554E: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53554E is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 78 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.67 |
| HSL | 77.14º | 0.04% | 0.32% | - |
| HSV(B) | 77.14º | 0.08% | 0.33% | - |
| XYZ | 8.19 | 8.89 | 8.49 | - |
| YUV | 83.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 78 | 0.02 | 0 | 0.08 | 0.67 | 77.14 | 0.04 | 0.32 |
| Hex | 53 | 55 | 4E | 2 | 0 | 8 | 43 | 4D | 4 | 20 |
| Octal | 123 | 125 | 116 | 2 | 0 | 10 | 103 | 115 | 4 | 40 |
| Binary | 1010011 | 1010101 | 1001110 | 10 | 0 | 1000 | 1000011 | 1001101 | 100 | 100000 |
Color Harmonies of #53554E
Complementary color
Monochromatic Colors of #53554E
Black with #53554E
Text Example
Text Example
White with #53554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53554E; }
p { color: rgb(83,85,78); }
H1.HeaderClassName
{
color: #53554E;
}
.AnyTagClassName
{
color: #53554E;
}
</style>
background-color css
<style>
a { background-color: #53554E; }
a { background-color: rgb(83,85,78); }
div.DivClassName
{
background-color: #53554E;
}
.BgClassName
{
background-color: #53554E;
}
</style>
border-color css
<style>
span { border-color: #53554E; }
span { border-color: rgb(83,85,78); }
td.TdClassName
{
border-color: #53554E;
}
.TagClassName
{
border-color: #53554E;
}
</style>