#59776E

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

Shades of Cutty Sark #59776E

Tints of Cutty Sark #59776E

Color information

#59776E (or 0x59776E) is unknown color: approx Cutty Sark. HEX triplet: 59, 77 and 6E. RGB value is (89,119,110). Sum of RGB (Red+Green+Blue) = 89+119+110=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #59776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59776E is #A68891. Grayscale: #6D6D6D. Windows color (decimal): -10913938 or 7239513. OLE color: 7239513.

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

Color convert

RGB89119110-
CMYK0.2500.080.53
HSL162º14.42%40.78%-
HSV(B)162º25.21%46.67%-
XYZ13.5316.4417.21-
YUV109128.56113.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=27.99%
G=37.42%
B=34.59%

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
Decimal891191100.2500.080.5316214.4240.78
Hex59776E190835a2e29
Octal13116715631010652421651
Binary1011001111011111011101100101000110101101000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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