#59795F

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

Shades of Como #59795F

Tints of Como #59795F

Color information

#59795F (or 0x59795F) is unknown color: approx Como. HEX triplet: 59, 79 and 5F. RGB value is (89,121,95). Sum of RGB (Red+Green+Blue) = 89+121+95=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #59795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59795F is #A686A0. Grayscale: #6C6C6C. Windows color (decimal): -10913441 or 6256985. OLE color: 6256985.

HSL color Cylindrical-coordinate representation of color #59795F: hue angle of 131.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59795F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB8912195-
CMYK0.2600.210.53
HSL131.25º15.24%41.18%-
HSV(B)131.25º26.45%47.45%-
XYZ13.0216.6213.35-
YUV108.47120.4114.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=29.18%
G=39.67%
B=31.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89121950.2600.210.53131.2515.2441.18
Hex59795F1A0153583f29
Octal13117113732025652031751
Binary10110011111001101111111010010101110101100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,121,95); }

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

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

 a { background-color: rgb(89,121,95); }

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

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

 span { border-color: rgb(89,121,95); }

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