#599F85

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

Shades of Patina #599F85

Tints of Patina #599F85

Color information

#599F85 (or 0x599F85) is unknown color: approx Patina. HEX triplet: 59, 9F and 85. RGB value is (89,159,133). Sum of RGB (Red+Green+Blue) = 89+159+133=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #599F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F85 is #A6607A. Grayscale: #878787. Windows color (decimal): -10903675 or 8757081. OLE color: 8757081.

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

Color convert

RGB89159133-
CMYK0.4400.160.38
HSL157.71º28.23%48.63%-
HSV(B)157.71º44.03%62.35%-
XYZ20.7528.6126.62-
YUV135.11126.8195.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=23.36%
G=41.73%
B=34.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591330.4400.160.38157.7128.2348.63
Hex599F852C010269e1c31
Octal13123720554020462363461
Binary101100110011111100001011011000100001001101001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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