#596F66

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

Shades of Cutty Sark #596F66

Tints of Cutty Sark #596F66

Color information

#596F66 (or 0x596F66) is unknown color: approx Cutty Sark. HEX triplet: 59, 6F and 66. RGB value is (89,111,102). Sum of RGB (Red+Green+Blue) = 89+111+102=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #596F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F66 is #A69099. Grayscale: #676767. Windows color (decimal): -10915994 or 6713177. OLE color: 6713177.

HSL color Cylindrical-coordinate representation of color #596F66: hue angle of 155.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #596F66 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB89111102-
CMYK0.2000.080.56
HSL155.45º11%39.22%-
HSV(B)155.45º19.82%43.53%-
XYZ12.214.4514.72-
YUV103.4127.21117.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=29.47%
G=36.75%
B=33.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891111020.2000.080.56155.451139.22
Hex596F661408389bb27
Octal13115714624010702331347
Binary1011001110111111001101010001000111000100110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596F66; }

 p { color: rgb(89,111,102); }

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

<style>
 a { background-color: #596F66; }

 a { background-color: rgb(89,111,102); }

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

<style>
 span { border-color: #596F66; }

 span { border-color: rgb(89,111,102); }

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