#597C72

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

Shades of Cutty Sark #597C72

Tints of Cutty Sark #597C72

Color information

#597C72 (or 0x597C72) is unknown color: approx Cutty Sark. HEX triplet: 59, 7C and 72. RGB value is (89,124,114). Sum of RGB (Red+Green+Blue) = 89+124+114=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #597C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C72 is #A6838D. Grayscale: #707070. Windows color (decimal): -10912654 or 7502937. OLE color: 7502937.

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

Color convert

RGB89124114-
CMYK0.2800.080.51
HSL162.86º16.43%41.76%-
HSV(B)162.86º28.23%48.63%-
XYZ14.3617.7518.59-
YUV112.4128.9111.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=27.22%
G=37.92%
B=34.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891241140.2800.080.51162.8616.4341.76
Hex597C721C0833a3102a
Octal13117416234010632432052
Binary10110011111100111001011100010001100111010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,124,114); }

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

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

 a { background-color: rgb(89,124,114); }

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

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

 span { border-color: rgb(89,124,114); }

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