#59867C

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

Shades of Cutty Sark #59867C

Tints of Cutty Sark #59867C

Color information

#59867C (or 0x59867C) is unknown color: approx Cutty Sark. HEX triplet: 59, 86 and 7C. RGB value is (89,134,124). Sum of RGB (Red+Green+Blue) = 89+134+124=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #59867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59867C is #A67983. Grayscale: #777777. Windows color (decimal): -10910084 or 8160857. OLE color: 8160857.

HSL color Cylindrical-coordinate representation of color #59867C: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59867C is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB89134124-
CMYK0.3400.070.47
HSL166.67º20.18%43.73%-
HSV(B)166.67º33.58%52.55%-
XYZ16.2820.6322.19-
YUV119.4130.59106.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=25.65%
G=38.62%
B=35.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891341240.3400.070.47166.6720.1843.73
Hex59867C22072Fa7142c
Octal1312061744207572472454
Binary101100110000110111110010001001111011111010011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,134,124); }

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

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

 a { background-color: rgb(89,134,124); }

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

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

 span { border-color: rgb(89,134,124); }

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