#59604F

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

Shades of Chicago #59604F

Tints of Chicago #59604F

Color information

#59604F (or 0x59604F) is unknown color: approx Chicago. HEX triplet: 59, 60 and 4F. RGB value is (89,96,79). Sum of RGB (Red+Green+Blue) = 89+96+79=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #59604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59604F is #A69FB0. Grayscale: #5C5C5C. Windows color (decimal): -10919857 or 5202009. OLE color: 5202009.

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

Color convert

RGB899679-
CMYK0.0700.180.62
HSL84.71º9.71%34.31%-
HSV(B)84.71º17.71%37.65%-
XYZ9.7111.059.02-
YUV91.97120.68125.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=33.71%
G=36.36%
B=29.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996790.0700.180.6284.719.7134.31
Hex59604F70123E55a22
Octal1311401177022761251242
Binary10110011100000100111111101001011111010101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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