#599F81

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

Shades of Patina #599F81

Tints of Patina #599F81

Color information

#599F81 (or 0x599F81) is unknown color: approx Patina. HEX triplet: 59, 9F and 81. RGB value is (89,159,129). Sum of RGB (Red+Green+Blue) = 89+159+129=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #599F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F81 is #A6607E. Grayscale: #868686. Windows color (decimal): -10903679 or 8494937. OLE color: 8494937.

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

Color convert

RGB89159129-
CMYK0.4400.190.38
HSL154.29º28.23%48.63%-
HSV(B)154.29º44.03%62.35%-
XYZ20.4828.5125.19-
YUV134.65124.8195.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 159 (62.5% from 255) = 42.18%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=23.61%
G=42.18%
B=34.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591290.4400.190.38154.2928.2348.63
Hex599F812C013269a1c31
Octal13123720154023462323461
Binary101100110011111100000011011000100111001101001101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,159,129); }

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

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

 a { background-color: rgb(89,159,129); }

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

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

 span { border-color: rgb(89,159,129); }

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