#59816B

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

Shades of Cutty Sark #59816B

Tints of Cutty Sark #59816B

Color information

#59816B (or 0x59816B) is unknown color: approx Cutty Sark. HEX triplet: 59, 81 and 6B. RGB value is (89,129,107). Sum of RGB (Red+Green+Blue) = 89+129+107=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #59816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59816B is #A67E94. Grayscale: #727272. Windows color (decimal): -10911381 or 7045465. OLE color: 7045465.

HSL color Cylindrical-coordinate representation of color #59816B: hue angle of 147º 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 #59816B is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB89129107-
CMYK0.3100.170.49
HSL147º18.35%42.75%-
HSV(B)147º31.01%50.59%-
XYZ14.6218.8916.78-
YUV114.53123.75109.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=27.38%
G=39.69%
B=32.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891291070.3100.170.4914718.3542.75
Hex59816B1F0113193122b
Octal13120115337021612232253
Binary1011001100000011101011111110100011100011001001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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