#599071

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

Shades of Cutty Sark #599071

Tints of Cutty Sark #599071

Color information

#599071 (or 0x599071) is unknown color: approx Cutty Sark. HEX triplet: 59, 90 and 71. RGB value is (89,144,113). Sum of RGB (Red+Green+Blue) = 89+144+113=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #599071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599071 is #A66F8E. Grayscale: #7C7C7C. Windows color (decimal): -10907535 or 7442521. OLE color: 7442521.

HSL color Cylindrical-coordinate representation of color #599071: hue angle of 146.18º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599071 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB89144113-
CMYK0.3800.220.44
HSL146.18º23.61%45.69%-
HSV(B)146.18º38.19%56.47%-
XYZ17.0723.2619.21-
YUV124.02121.78103.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=25.72%
G=41.62%
B=32.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891441130.3800.220.44146.1823.6145.69
Hex599071260162C92182e
Octal13122016146026542223056
Binary10110011001000011100011001100101101011001001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599071; }

 p { color: rgb(89,144,113); }

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

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

 a { background-color: rgb(89,144,113); }

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

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

 span { border-color: rgb(89,144,113); }

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