#597269

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

Shades of Cutty Sark #597269

Tints of Cutty Sark #597269

Color information

#597269 (or 0x597269) is unknown color: approx Cutty Sark. HEX triplet: 59, 72 and 69. RGB value is (89,114,105). Sum of RGB (Red+Green+Blue) = 89+114+105=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #597269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597269 is #A68D96. Grayscale: #696969. Windows color (decimal): -10915223 or 6910553. OLE color: 6910553.

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

Color convert

RGB89114105-
CMYK0.2200.080.55
HSL158.4º12.32%39.8%-
HSV(B)158.4º21.93%44.71%-
XYZ12.6915.1815.63-
YUV105.5127.72116.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=28.90%
G=37.01%
B=34.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891141050.2200.080.55158.412.3239.8
Hex5972691608379ec28
Octal13116215126010672361450
Binary1011001111001011010011011001000110111100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597269; }

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

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

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

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

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

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

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

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