#596150

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

Shades of Chicago #596150

Tints of Chicago #596150

Color information

#596150 (or 0x596150) is unknown color: approx Chicago. HEX triplet: 59, 61 and 50. RGB value is (89,97,80). Sum of RGB (Red+Green+Blue) = 89+97+80=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #596150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596150 is #A69EAF. Grayscale: #5C5C5C. Windows color (decimal): -10919600 or 5267801. OLE color: 5267801.

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

Color convert

RGB899780-
CMYK0.0800.180.62
HSL88.24º9.6%34.71%-
HSV(B)88.24º17.53%38.04%-
XYZ9.8411.259.24-
YUV92.67120.85125.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=33.46%
G=36.47%
B=30.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997800.0800.180.6288.249.634.71
Hex59615080123E58a23
Octal13114112010022761301243
Binary101100111000011010000100001001011111010110001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596150; }

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

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

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

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

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

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

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

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