Shades of Chicago #595A53
Tints of Chicago #595A53
RGB
CMYK
RGB Variations
Color information
#595A53 (or 0x595A53) is known color: Chicago. HEX triplet: 59, 5A and 53. RGB value is (89,90,83). Sum of RGB (Red+Green+Blue) = 89+90+83=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 90 - color contains mainly: green. Hex color #595A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A53 is #A6A5AC. Grayscale: #585858. Windows color (decimal): -10921389 or 5462617. OLE color: 5462617.
HSL color Cylindrical-coordinate representation of color #595A53: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595A53 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 83 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.65 |
| HSL | 68.57º | 0.04% | 0.34% | - |
| HSV(B) | 68.57º | 0.08% | 0.35% | - |
| XYZ | 9.34 | 10.06 | 9.63 | - |
| YUV | 88.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 83 | 0.01 | 0 | 0.08 | 0.65 | 68.57 | 0.04 | 0.34 |
| Hex | 59 | 5A | 53 | 1 | 0 | 8 | 41 | 45 | 4 | 22 |
| Octal | 131 | 132 | 123 | 1 | 0 | 10 | 101 | 105 | 4 | 42 |
| Binary | 1011001 | 1011010 | 1010011 | 1 | 0 | 1000 | 1000001 | 1000101 | 100 | 100010 |
Color Harmonies of #595A53
Complementary color
Monochromatic Colors of #595A53
Black with #595A53
Text Example
Text Example
White with #595A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A53; }
p { color: rgb(89,90,83); }
H1.HeaderClassName
{
color: #595A53;
}
.AnyTagClassName
{
color: #595A53;
}
</style>
background-color css
<style>
a { background-color: #595A53; }
a { background-color: rgb(89,90,83); }
div.DivClassName
{
background-color: #595A53;
}
.BgClassName
{
background-color: #595A53;
}
</style>
border-color css
<style>
span { border-color: #595A53; }
span { border-color: rgb(89,90,83); }
td.TdClassName
{
border-color: #595A53;
}
.TagClassName
{
border-color: #595A53;
}
</style>