#596053

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

Shades of Chicago #596053

Tints of Chicago #596053

Color information

#596053 (or 0x596053) is unknown color: approx Chicago. HEX triplet: 59, 60 and 53. RGB value is (89,96,83). Sum of RGB (Red+Green+Blue) = 89+96+83=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #596053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596053 is #A69FAC. Grayscale: #5C5C5C. Windows color (decimal): -10919853 or 5464153. OLE color: 5464153.

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

Color convert

RGB899683-
CMYK0.0700.140.62
HSL92.31º7.26%35.1%-
HSV(B)92.31º13.54%37.65%-
XYZ9.8611.119.81-
YUV92.42122.68125.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=33.21%
G=35.82%
B=30.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996830.0700.140.6292.317.2635.1
Hex59605370E3E5c723
Octal131140123701676134743
Binary101100111000001010011111011101111101011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596053; }

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

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

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

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

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

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

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

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