#599F80

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

Shades of Patina #599F80

Tints of Patina #599F80

Color information

#599F80 (or 0x599F80) is unknown color: approx Patina. HEX triplet: 59, 9F and 80. RGB value is (89,159,128). Sum of RGB (Red+Green+Blue) = 89+159+128=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #599F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F80 is #A6607F. Grayscale: #868686. Windows color (decimal): -10903680 or 8429401. OLE color: 8429401.

HSL color Cylindrical-coordinate representation of color #599F80: hue angle of 153.43º 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 #599F80 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB89159128-
CMYK0.4400.190.38
HSL153.43º28.23%48.63%-
HSV(B)153.43º44.03%62.35%-
XYZ20.4128.4824.84-
YUV134.54124.3195.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=23.67%
G=42.29%
B=34.04%

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
Decimal891591280.4400.190.38153.4328.2348.63
Hex599F802C01326991c31
Octal13123720054023462313461
Binary101100110011111100000001011000100111001101001100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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