#59816F

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

Shades of Cutty Sark #59816F

Tints of Cutty Sark #59816F

Color information

#59816F (or 0x59816F) is unknown color: approx Cutty Sark. HEX triplet: 59, 81 and 6F. RGB value is (89,129,111). Sum of RGB (Red+Green+Blue) = 89+129+111=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #59816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59816F is #A67E90. Grayscale: #737373. Windows color (decimal): -10911377 or 7307609. OLE color: 7307609.

HSL color Cylindrical-coordinate representation of color #59816F: hue angle of 153º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59816F is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB89129111-
CMYK0.3100.140.49
HSL153º18.35%42.75%-
HSV(B)153º31.01%50.59%-
XYZ14.8418.9717.92-
YUV114.99125.75109.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=27.05%
G=39.21%
B=33.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891291110.3100.140.4915318.3542.75
Hex59816F1F0E3199122b
Octal13120115737016612312253
Binary101100110000001110111111111011101100011001100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59816F; }

 p { color: rgb(89,129,111); }

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

<style>
 a { background-color: #59816F; }

 a { background-color: rgb(89,129,111); }

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

<style>
 span { border-color: #59816F; }

 span { border-color: rgb(89,129,111); }

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