#599D82

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

Shades of Patina #599D82

Tints of Patina #599D82

Color information

#599D82 (or 0x599D82) is unknown color: approx Patina. HEX triplet: 59, 9D and 82. RGB value is (89,157,130). Sum of RGB (Red+Green+Blue) = 89+157+130=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #599D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D82 is #A6627D. Grayscale: #858585. Windows color (decimal): -10904190 or 8559961. OLE color: 8559961.

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

Color convert

RGB89157130-
CMYK0.4300.170.38
HSL156.18º27.64%48.24%-
HSV(B)156.18º43.31%61.57%-
XYZ20.2127.8525.43-
YUV133.59125.9796.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=23.67%
G=41.76%
B=34.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891571300.4300.170.38156.1827.6448.24
Hex599D822B011269c1c30
Octal13123520253021462343460
Binary101100110011101100000101010110100011001101001110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,157,130); }

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

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

 a { background-color: rgb(89,157,130); }

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

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

 span { border-color: rgb(89,157,130); }

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