#596050

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

Shades of Chicago #596050

Tints of Chicago #596050

Color information

#596050 (or 0x596050) is unknown color: approx Chicago. HEX triplet: 59, 60 and 50. RGB value is (89,96,80). Sum of RGB (Red+Green+Blue) = 89+96+80=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #596050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596050 is #A69FAF. Grayscale: #5C5C5C. Windows color (decimal): -10919856 or 5267545. OLE color: 5267545.

HSL color Cylindrical-coordinate representation of color #596050: hue angle of 86.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #596050 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB899680-
CMYK0.0700.170.62
HSL86.25º9.09%34.51%-
HSV(B)86.25º16.67%37.65%-
XYZ9.7511.079.21-
YUV92.08121.18125.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=33.58%
G=36.23%
B=30.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996800.0700.170.6286.259.0934.51
Hex59605070113E56923
Octal1311401207021761261143
Binary10110011100000101000011101000111111010101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596050; }

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

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

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

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

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

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

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

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