#59604B

Color #59604B Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #59604B

Tints of Chicago #59604B

Color information

#59604B (or 0x59604B) is unknown color: approx Chicago. HEX triplet: 59, 60 and 4B. RGB value is (89,96,75). Sum of RGB (Red+Green+Blue) = 89+96+75=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #59604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59604B is #A69FB4. Grayscale: #5B5B5B. Windows color (decimal): -10919861 or 4939865. OLE color: 4939865.

HSL color Cylindrical-coordinate representation of color #59604B: hue angle of 80º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59604B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB899675-
CMYK0.0700.220.62
HSL80º12.28%33.53%-
HSV(B)80º21.88%37.65%-
XYZ9.57118.27-
YUV91.51118.68126.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 34.23%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=34.23%
G=36.92%
B=28.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996750.0700.220.628012.2833.53
Hex59604B70163E50c22
Octal1311401137026761201442
Binary10110011100000100101111101011011111010100001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59604B; }

 p { color: rgb(89,96,75); }

 H1.HeaderClassName
 {
   color: #59604B;
 }
 .AnyTagClassName
 {
   color: #59604B;
 }
</style>
background-color css

<style>
 a { background-color: #59604B; }

 a { background-color: rgb(89,96,75); }

 div.DivClassName
 {
   background-color: #59604B;
 }
 .BgClassName
 {
   background-color: #59604B;
 }
</style>
border-color css

<style>
 span { border-color: #59604B; }

 span { border-color: rgb(89,96,75); }

 td.TdClassName
 {
   border-color: #59604B;
 }
 .TagClassName
 {
   border-color: #59604B;
 }
</style>