Shades of Chicago #535550
Tints of Chicago #535550
RGB
CMYK
RGB Variations
Color information
#535550 (or 0x535550) is known color: Chicago. HEX triplet: 53, 55 and 50. RGB value is (83,85,80). Sum of RGB (Red+Green+Blue) = 83+85+80=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 85 - color contains mainly: green. Hex color #535550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535550 is #ACAAAF. Grayscale: #535353. Windows color (decimal): -11315888 or 5264723. OLE color: 5264723.
HSL color Cylindrical-coordinate representation of color #535550: hue angle of 84º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #535550 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 80 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.67 |
| HSL | 84º | 0.03% | 0.32% | - |
| HSV(B) | 84º | 0.06% | 0.33% | - |
| XYZ | 8.26 | 8.92 | 8.87 | - |
| YUV | 83.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 80 | 0.02 | 0 | 0.06 | 0.67 | 84 | 0.03 | 0.32 |
| Hex | 53 | 55 | 50 | 2 | 0 | 6 | 43 | 54 | 3 | 20 |
| Octal | 123 | 125 | 120 | 2 | 0 | 6 | 103 | 124 | 3 | 40 |
| Binary | 1010011 | 1010101 | 1010000 | 10 | 0 | 110 | 1000011 | 1010100 | 11 | 100000 |
Color Harmonies of #535550
Complementary color
Monochromatic Colors of #535550
Black with #535550
Text Example
Text Example
White with #535550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535550; }
p { color: rgb(83,85,80); }
H1.HeaderClassName
{
color: #535550;
}
.AnyTagClassName
{
color: #535550;
}
</style>
background-color css
<style>
a { background-color: #535550; }
a { background-color: rgb(83,85,80); }
div.DivClassName
{
background-color: #535550;
}
.BgClassName
{
background-color: #535550;
}
</style>
border-color css
<style>
span { border-color: #535550; }
span { border-color: rgb(83,85,80); }
td.TdClassName
{
border-color: #535550;
}
.TagClassName
{
border-color: #535550;
}
</style>