#597469

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

Shades of Cutty Sark #597469

Tints of Cutty Sark #597469

Color information

#597469 (or 0x597469) is unknown color: approx Cutty Sark. HEX triplet: 59, 74 and 69. RGB value is (89,116,105). Sum of RGB (Red+Green+Blue) = 89+116+105=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #597469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597469 is #A68B96. Grayscale: #6A6A6A. Windows color (decimal): -10914711 or 6911065. OLE color: 6911065.

HSL color Cylindrical-coordinate representation of color #597469: hue angle of 155.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #597469 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB89116105-
CMYK0.2300.090.55
HSL155.56º13.17%40.2%-
HSV(B)155.56º23.28%45.49%-
XYZ12.9215.6315.7-
YUV106.67127.05115.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.71%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=28.71%
G=37.42%
B=33.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891161050.2300.090.55155.5613.1740.2
Hex5974691709379cd28
Octal13116415127011672341550
Binary1011001111010011010011011101001110111100111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597469; }

 p { color: rgb(89,116,105); }

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

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

 a { background-color: rgb(89,116,105); }

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

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

 span { border-color: rgb(89,116,105); }

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