#59776A

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

Shades of Cutty Sark #59776A

Tints of Cutty Sark #59776A

Color information

#59776A (or 0x59776A) is unknown color: approx Cutty Sark. HEX triplet: 59, 77 and 6A. RGB value is (89,119,106). Sum of RGB (Red+Green+Blue) = 89+119+106=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #59776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59776A is #A68895. Grayscale: #6C6C6C. Windows color (decimal): -10913942 or 6977369. OLE color: 6977369.

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

Color convert

RGB89119106-
CMYK0.2500.110.53
HSL154º14.42%40.78%-
HSV(B)154º25.21%46.67%-
XYZ13.3216.3616.09-
YUV108.55126.56114.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=28.34%
G=37.90%
B=33.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891191060.2500.110.5315414.4240.78
Hex59776A190B359ae29
Octal13116715231013652321651
Binary1011001111011111010101100101011110101100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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