#59755E

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

Shades of Como #59755E

Tints of Como #59755E

Color information

#59755E (or 0x59755E) is unknown color: approx Como. HEX triplet: 59, 75 and 5E. RGB value is (89,117,94). Sum of RGB (Red+Green+Blue) = 89+117+94=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #59755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59755E is #A68AA1. Grayscale: #6A6A6A. Windows color (decimal): -10914466 or 6190425. OLE color: 6190425.

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

Color convert

RGB8911794-
CMYK0.2400.200.54
HSL130.71º13.59%40.39%-
HSV(B)130.71º23.93%45.88%-
XYZ12.515.6512.95-
YUV106.01121.22115.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=29.67%
G=39%
B=31.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89117940.2400.200.54130.7113.5940.39
Hex59755E180143683e28
Octal13116513630024662031650
Binary10110011110101101111011000010100110110100000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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