Shades of Chicago #5A5D53
Tints of Chicago #5A5D53
RGB
CMYK
RGB Variations
Color information
#5A5D53 (or 0x5A5D53) is known color: Chicago. HEX triplet: 5A, 5D and 53. RGB value is (90,93,83). Sum of RGB (Red+Green+Blue) = 90+93+83=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5D53 is #A5A2AC. Grayscale: #5B5B5B. Windows color (decimal): -10855085 or 5463386. OLE color: 5463386.
HSL color Cylindrical-coordinate representation of color #5A5D53: hue angle of 78º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A5D53 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 93 | 83 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.64 |
| HSL | 78º | 0.06% | 0.35% | - |
| HSV(B) | 78º | 0.11% | 0.36% | - |
| XYZ | 9.69 | 10.63 | 9.72 | - |
| YUV | 90.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 93 | 83 | 0.03 | 0 | 0.11 | 0.64 | 78 | 0.06 | 0.35 |
| Hex | 5A | 5D | 53 | 3 | 0 | B | 40 | 4E | 6 | 23 |
| Octal | 132 | 135 | 123 | 3 | 0 | 13 | 100 | 116 | 6 | 43 |
| Binary | 1011010 | 1011101 | 1010011 | 11 | 0 | 1011 | 1000000 | 1001110 | 110 | 100011 |
Color Harmonies of #5A5D53
Complementary color
Monochromatic Colors of #5A5D53
Black with #5A5D53
Text Example
Text Example
White with #5A5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5D53; }
p { color: rgb(90,93,83); }
H1.HeaderClassName
{
color: #5A5D53;
}
.AnyTagClassName
{
color: #5A5D53;
}
</style>
background-color css
<style>
a { background-color: #5A5D53; }
a { background-color: rgb(90,93,83); }
div.DivClassName
{
background-color: #5A5D53;
}
.BgClassName
{
background-color: #5A5D53;
}
</style>
border-color css
<style>
span { border-color: #5A5D53; }
span { border-color: rgb(90,93,83); }
td.TdClassName
{
border-color: #5A5D53;
}
.TagClassName
{
border-color: #5A5D53;
}
</style>