Shades of Chicago #53554D
Tints of Chicago #53554D
RGB
CMYK
RGB Variations
Color information
#53554D (or 0x53554D) is known color: Chicago. HEX triplet: 53, 55 and 4D. RGB value is (83,85,77). Sum of RGB (Red+Green+Blue) = 83+85+77=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #53554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53554D is #ACAAB2. Grayscale: #535353. Windows color (decimal): -11315891 or 5068115. OLE color: 5068115.
HSL color Cylindrical-coordinate representation of color #53554D: hue angle of 75º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #53554D is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 77 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.67 |
| HSL | 75º | 0.05% | 0.32% | - |
| HSV(B) | 75º | 0.09% | 0.33% | - |
| XYZ | 8.16 | 8.87 | 8.3 | - |
| YUV | 83.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 77 | 0.02 | 0 | 0.09 | 0.67 | 75 | 0.05 | 0.32 |
| Hex | 53 | 55 | 4D | 2 | 0 | 9 | 43 | 4B | 5 | 20 |
| Octal | 123 | 125 | 115 | 2 | 0 | 11 | 103 | 113 | 5 | 40 |
| Binary | 1010011 | 1010101 | 1001101 | 10 | 0 | 1001 | 1000011 | 1001011 | 101 | 100000 |
Color Harmonies of #53554D
Complementary color
Monochromatic Colors of #53554D
Black with #53554D
Text Example
Text Example
White with #53554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53554D; }
p { color: rgb(83,85,77); }
H1.HeaderClassName
{
color: #53554D;
}
.AnyTagClassName
{
color: #53554D;
}
</style>
background-color css
<style>
a { background-color: #53554D; }
a { background-color: rgb(83,85,77); }
div.DivClassName
{
background-color: #53554D;
}
.BgClassName
{
background-color: #53554D;
}
</style>
border-color css
<style>
span { border-color: #53554D; }
span { border-color: rgb(83,85,77); }
td.TdClassName
{
border-color: #53554D;
}
.TagClassName
{
border-color: #53554D;
}
</style>