#59765E

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

Shades of Como #59765E

Tints of Como #59765E

Color information

#59765E (or 0x59765E) is unknown color: approx Como. HEX triplet: 59, 76 and 5E. RGB value is (89,118,94). Sum of RGB (Red+Green+Blue) = 89+118+94=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #59765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59765E is #A689A1. Grayscale: #6A6A6A. Windows color (decimal): -10914210 or 6190681. OLE color: 6190681.

HSL color Cylindrical-coordinate representation of color #59765E: hue angle of 130.34º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59765E is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8911894-
CMYK0.2500.200.54
HSL130.34º14.01%40.59%-
HSV(B)130.34º24.58%46.27%-
XYZ12.6215.8912.99-
YUV106.59120.89115.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.57%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=29.57%
G=39.20%
B=31.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89118940.2500.200.54130.3414.0140.59
Hex59765E190143682e29
Octal13116613631024662021651
Binary10110011110110101111011001010100110110100000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59765E; }

 p { color: rgb(89,118,94); }

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

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

 a { background-color: rgb(89,118,94); }

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

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

 span { border-color: rgb(89,118,94); }

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