#597D6C

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

Shades of Cutty Sark #597D6C

Tints of Cutty Sark #597D6C

Color information

#597D6C (or 0x597D6C) is unknown color: approx Cutty Sark. HEX triplet: 59, 7D and 6C. RGB value is (89,125,108). Sum of RGB (Red+Green+Blue) = 89+125+108=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #597D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D6C is #A68293. Grayscale: #707070. Windows color (decimal): -10912404 or 7109977. OLE color: 7109977.

HSL color Cylindrical-coordinate representation of color #597D6C: hue angle of 151.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597D6C is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB89125108-
CMYK0.2900.140.51
HSL151.67º16.82%41.96%-
HSV(B)151.67º28.8%49.02%-
XYZ14.1617.8716.89-
YUV112.3125.57111.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=27.64%
G=38.82%
B=33.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891251080.2900.140.51151.6716.8241.96
Hex597D6C1D0E3398112a
Octal13117515435016632302152
Binary10110011111101110110011101011101100111001100010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597D6C; }

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

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

<style>
 a { background-color: #597D6C; }

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

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

<style>
 span { border-color: #597D6C; }

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

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