#59756A

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

Shades of Cutty Sark #59756A

Tints of Cutty Sark #59756A

Color information

#59756A (or 0x59756A) is unknown color: approx Cutty Sark. HEX triplet: 59, 75 and 6A. RGB value is (89,117,106). Sum of RGB (Red+Green+Blue) = 89+117+106=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #59756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59756A is #A68A95. Grayscale: #6B6B6B. Windows color (decimal): -10914454 or 6976857. OLE color: 6976857.

HSL color Cylindrical-coordinate representation of color #59756A: hue angle of 156.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59756A is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB89117106-
CMYK0.2400.090.54
HSL156.43º13.59%40.39%-
HSV(B)156.43º23.93%45.88%-
XYZ13.0815.8916.01-
YUV107.37127.22114.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=28.53%
G=37.5%
B=33.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891171060.2400.090.54156.4313.5940.39
Hex59756A1809369ce28
Octal13116515230011662341650
Binary1011001111010111010101100001001110110100111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59756A; }

 p { color: rgb(89,117,106); }

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

<style>
 a { background-color: #59756A; }

 a { background-color: rgb(89,117,106); }

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

<style>
 span { border-color: #59756A; }

 span { border-color: rgb(89,117,106); }

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