#596E60

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

Shades of Como #596E60

Tints of Como #596E60

Color information

#596E60 (or 0x596E60) is unknown color: approx Como. HEX triplet: 59, 6E and 60. RGB value is (89,110,96). Sum of RGB (Red+Green+Blue) = 89+110+96=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #596E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E60 is #A6919F. Grayscale: #666666. Windows color (decimal): -10916256 or 6319705. OLE color: 6319705.

HSL color Cylindrical-coordinate representation of color #596E60: hue angle of 140º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #596E60 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB8911096-
CMYK0.1900.130.57
HSL140º10.55%39.02%-
HSV(B)140º19.09%43.14%-
XYZ11.8114.1213.17-
YUV102.12124.54118.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=30.17%
G=37.29%
B=32.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89110960.1900.130.5714010.5539.02
Hex596E60130D398cb27
Octal13115614023015712141347
Binary1011001110111011000001001101101111001100011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596E60; }

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

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

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

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

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

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

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

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