#599387

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

Shades of Patina #599387

Tints of Patina #599387

Color information

#599387 (or 0x599387) is unknown color: approx Patina. HEX triplet: 59, 93 and 87. RGB value is (89,147,135). Sum of RGB (Red+Green+Blue) = 89+147+135=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #599387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599387 is #A66C78. Grayscale: #808080. Windows color (decimal): -10906745 or 8885081. OLE color: 8885081.

HSL color Cylindrical-coordinate representation of color #599387: hue angle of 167.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599387 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB89147135-
CMYK0.3900.080.42
HSL167.59º24.58%46.27%-
HSV(B)167.59º39.46%57.65%-
XYZ18.9324.7426.7-
YUV128.29131.7899.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=23.99%
G=39.62%
B=36.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471350.3900.080.42167.5924.5846.27
Hex59938727082Aa8192e
Octal13122320747010522503156
Binary10110011001001110000111100111010001010101010100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599387; }

 p { color: rgb(89,147,135); }

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

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

 a { background-color: rgb(89,147,135); }

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

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

 span { border-color: rgb(89,147,135); }

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