#597268

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

Shades of Cutty Sark #597268

Tints of Cutty Sark #597268

Color information

#597268 (or 0x597268) is unknown color: approx Cutty Sark. HEX triplet: 59, 72 and 68. RGB value is (89,114,104). Sum of RGB (Red+Green+Blue) = 89+114+104=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #597268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597268 is #A68D97. Grayscale: #696969. Windows color (decimal): -10915224 or 6845017. OLE color: 6845017.

HSL color Cylindrical-coordinate representation of color #597268: hue angle of 156º 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 #597268 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB89114104-
CMYK0.2200.090.55
HSL156º12.32%39.8%-
HSV(B)156º21.93%44.71%-
XYZ12.6415.1615.36-
YUV105.38127.22116.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=28.99%
G=37.13%
B=33.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891141040.2200.090.5515612.3239.8
Hex5972681609379cc28
Octal13116215026011672341450
Binary1011001111001011010001011001001110111100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597268; }

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

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

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

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

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

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

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

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