#59766D

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

Shades of Cutty Sark #59766D

Tints of Cutty Sark #59766D

Color information

#59766D (or 0x59766D) is unknown color: approx Cutty Sark. HEX triplet: 59, 76 and 6D. RGB value is (89,118,109). Sum of RGB (Red+Green+Blue) = 89+118+109=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #59766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59766D is #A68992. Grayscale: #6C6C6C. Windows color (decimal): -10914195 or 7173721. OLE color: 7173721.

HSL color Cylindrical-coordinate representation of color #59766D: hue angle of 161.38º 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 #59766D is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB89118109-
CMYK0.2500.080.54
HSL161.38º14.01%40.59%-
HSV(B)161.38º24.58%46.27%-
XYZ13.3616.1816.89-
YUV108.3128.39114.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=28.16%
G=37.34%
B=34.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891181090.2500.080.54161.3814.0140.59
Hex59766D190836a1e29
Octal13116615531010662411651
Binary1011001111011011011011100101000110110101000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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