#59755F

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

Shades of Como #59755F

Tints of Como #59755F

Color information

#59755F (or 0x59755F) is unknown color: approx Como. HEX triplet: 59, 75 and 5F. RGB value is (89,117,95). Sum of RGB (Red+Green+Blue) = 89+117+95=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #59755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59755F is #A68AA0. Grayscale: #6A6A6A. Windows color (decimal): -10914465 or 6255961. OLE color: 6255961.

HSL color Cylindrical-coordinate representation of color #59755F: hue angle of 132.86º 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 #59755F is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8911795-
CMYK0.2400.190.54
HSL132.86º13.59%40.39%-
HSV(B)132.86º23.93%45.88%-
XYZ12.5515.6713.19-
YUV106.12121.72115.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.57%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=29.57%
G=38.87%
B=31.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89117950.2400.190.54132.8613.5940.39
Hex59755F180133685e28
Octal13116513730023662051650
Binary10110011110101101111111000010011110110100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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