#59816C

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

Shades of Cutty Sark #59816C

Tints of Cutty Sark #59816C

Color information

#59816C (or 0x59816C) is unknown color: approx Cutty Sark. HEX triplet: 59, 81 and 6C. RGB value is (89,129,108). Sum of RGB (Red+Green+Blue) = 89+129+108=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #59816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59816C is #A67E93. Grayscale: #727272. Windows color (decimal): -10911380 or 7111001. OLE color: 7111001.

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

Color convert

RGB89129108-
CMYK0.3100.160.49
HSL148.5º18.35%42.75%-
HSV(B)148.5º31.01%50.59%-
XYZ14.6818.9117.06-
YUV114.65124.25109.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=27.30%
G=39.57%
B=33.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891291080.3100.160.49148.518.3542.75
Hex59816C1F0103194122b
Octal13120115437020612242253
Binary1011001100000011101100111110100001100011001010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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