#599E89

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

Shades of Patina #599E89

Tints of Patina #599E89

Color information

#599E89 (or 0x599E89) is unknown color: approx Patina. HEX triplet: 59, 9E and 89. RGB value is (89,158,137). Sum of RGB (Red+Green+Blue) = 89+158+137=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #599E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E89 is #A66176. Grayscale: #868686. Windows color (decimal): -10903927 or 9018969. OLE color: 9018969.

HSL color Cylindrical-coordinate representation of color #599E89: hue angle of 161.74º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599E89 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB89158137-
CMYK0.4400.130.38
HSL161.74º27.94%48.43%-
HSV(B)161.74º43.67%61.96%-
XYZ20.8628.3828.05-
YUV134.98129.1495.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=23.18%
G=41.15%
B=35.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891581370.4400.130.38161.7427.9448.43
Hex599E892C0D26a21c30
Octal13123621154015462423460
Binary10110011001111010001001101100011011001101010001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599E89; }

 p { color: rgb(89,158,137); }

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

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

 a { background-color: rgb(89,158,137); }

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

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

 span { border-color: rgb(89,158,137); }

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