#59856E

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

Shades of Cutty Sark #59856E

Tints of Cutty Sark #59856E

Color information

#59856E (or 0x59856E) is unknown color: approx Cutty Sark. HEX triplet: 59, 85 and 6E. RGB value is (89,133,110). Sum of RGB (Red+Green+Blue) = 89+133+110=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #59856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59856E is #A67A91. Grayscale: #757575. Windows color (decimal): -10910354 or 7243097. OLE color: 7243097.

HSL color Cylindrical-coordinate representation of color #59856E: hue angle of 148.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59856E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB89133110-
CMYK0.3300.170.48
HSL148.64º19.82%43.53%-
HSV(B)148.64º33.08%52.16%-
XYZ15.3220.0217.81-
YUV117.22123.92107.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=26.81%
G=40.06%
B=33.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891331100.3300.170.48148.6419.8243.53
Hex59856E210113095142c
Octal13120515641021602252454
Binary10110011000010111011101000010100011100001001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59856E; }

 p { color: rgb(89,133,110); }

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

<style>
 a { background-color: #59856E; }

 a { background-color: rgb(89,133,110); }

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

<style>
 span { border-color: #59856E; }

 span { border-color: rgb(89,133,110); }

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