Shades of Chicago #535451
Tints of Chicago #535451
RGB
CMYK
RGB Variations
Color information
#535451 (or 0x535451) is known color: Chicago. HEX triplet: 53, 54 and 51. RGB value is (83,84,81). Sum of RGB (Red+Green+Blue) = 83+84+81=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 84 - color contains mainly: green. Hex color #535451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535451 is #ACABAE. Grayscale: #535353. Windows color (decimal): -11316143 or 5330003. OLE color: 5330003.
HSL color Cylindrical-coordinate representation of color #535451: hue angle of 80º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #535451 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 81 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.67 |
| HSL | 80º | 0.02% | 0.32% | - |
| HSV(B) | 80º | 0.04% | 0.33% | - |
| XYZ | 8.22 | 8.77 | 9.04 | - |
| YUV | 83.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 81 | 0.01 | 0 | 0.04 | 0.67 | 80 | 0.02 | 0.32 |
| Hex | 53 | 54 | 51 | 1 | 0 | 4 | 43 | 50 | 2 | 20 |
| Octal | 123 | 124 | 121 | 1 | 0 | 4 | 103 | 120 | 2 | 40 |
| Binary | 1010011 | 1010100 | 1010001 | 1 | 0 | 100 | 1000011 | 1010000 | 10 | 100000 |
Color Harmonies of #535451
Complementary color
Monochromatic Colors of #535451
Black with #535451
Text Example
Text Example
White with #535451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535451; }
p { color: rgb(83,84,81); }
H1.HeaderClassName
{
color: #535451;
}
.AnyTagClassName
{
color: #535451;
}
</style>
background-color css
<style>
a { background-color: #535451; }
a { background-color: rgb(83,84,81); }
div.DivClassName
{
background-color: #535451;
}
.BgClassName
{
background-color: #535451;
}
</style>
border-color css
<style>
span { border-color: #535451; }
span { border-color: rgb(83,84,81); }
td.TdClassName
{
border-color: #535451;
}
.TagClassName
{
border-color: #535451;
}
</style>