#59756B

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

Shades of Cutty Sark #59756B

Tints of Cutty Sark #59756B

Color information

#59756B (or 0x59756B) is unknown color: approx Cutty Sark. HEX triplet: 59, 75 and 6B. RGB value is (89,117,107). Sum of RGB (Red+Green+Blue) = 89+117+107=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #59756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59756B is #A68A94. Grayscale: #6B6B6B. Windows color (decimal): -10914453 or 7042393. OLE color: 7042393.

HSL color Cylindrical-coordinate representation of color #59756B: hue angle of 158.57º 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 #59756B is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB89117107-
CMYK0.2400.090.54
HSL158.57º13.59%40.39%-
HSV(B)158.57º23.93%45.88%-
XYZ13.1315.9116.29-
YUV107.49127.72114.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=28.43%
G=37.38%
B=34.19%

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
Decimal891171070.2400.090.54158.5713.5940.39
Hex59756B1809369fe28
Octal13116515330011662371650
Binary1011001111010111010111100001001110110100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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