#59766A

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

Shades of Cutty Sark #59766A

Tints of Cutty Sark #59766A

Color information

#59766A (or 0x59766A) is unknown color: approx Cutty Sark. HEX triplet: 59, 76 and 6A. RGB value is (89,118,106). Sum of RGB (Red+Green+Blue) = 89+118+106=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #59766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59766A is #A68995. Grayscale: #6B6B6B. Windows color (decimal): -10914198 or 6977113. OLE color: 6977113.

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

Color convert

RGB89118106-
CMYK0.2500.100.54
HSL155.17º14.01%40.59%-
HSV(B)155.17º24.58%46.27%-
XYZ13.216.1216.05-
YUV107.96126.89114.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=28.43%
G=37.70%
B=33.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891181060.2500.100.54155.1714.0140.59
Hex59766A190A369be29
Octal13116615231012662331651
Binary1011001111011011010101100101010110110100110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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