#59776D

Color #59776D Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #59776D

Tints of Cutty Sark #59776D

Color information

#59776D (or 0x59776D) is unknown color: approx Cutty Sark. HEX triplet: 59, 77 and 6D. RGB value is (89,119,109). Sum of RGB (Red+Green+Blue) = 89+119+109=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #59776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59776D is #A68892. Grayscale: #6C6C6C. Windows color (decimal): -10913939 or 7173977. OLE color: 7173977.

HSL color Cylindrical-coordinate representation of color #59776D: hue angle of 160º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59776D is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB89119109-
CMYK0.2500.080.53
HSL160º14.42%40.78%-
HSV(B)160º25.21%46.67%-
XYZ13.4816.4216.93-
YUV108.89128.06113.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=28.08%
G=37.54%
B=34.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891191090.2500.080.5316014.4240.78
Hex59776D190835a0e29
Octal13116715531010652401651
Binary1011001111011111011011100101000110101101000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59776D; }

 p { color: rgb(89,119,109); }

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

<style>
 a { background-color: #59776D; }

 a { background-color: rgb(89,119,109); }

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

<style>
 span { border-color: #59776D; }

 span { border-color: rgb(89,119,109); }

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