#59766C

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

Shades of Cutty Sark #59766C

Tints of Cutty Sark #59766C

Color information

#59766C (or 0x59766C) is unknown color: approx Cutty Sark. HEX triplet: 59, 76 and 6C. RGB value is (89,118,108). Sum of RGB (Red+Green+Blue) = 89+118+108=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #59766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59766C is #A68993. Grayscale: #6C6C6C. Windows color (decimal): -10914196 or 7108185. OLE color: 7108185.

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

Color convert

RGB89118108-
CMYK0.2500.080.54
HSL159.31º14.01%40.59%-
HSV(B)159.31º24.58%46.27%-
XYZ13.3116.1616.61-
YUV108.19127.89114.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=28.25%
G=37.46%
B=34.29%

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
Decimal891181080.2500.080.54159.3114.0140.59
Hex59766C1908369fe29
Octal13116615431010662371651
Binary1011001111011011011001100101000110110100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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