#599C82

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

Shades of Patina #599C82

Tints of Patina #599C82

Color information

#599C82 (or 0x599C82) is unknown color: approx Patina. HEX triplet: 59, 9C and 82. RGB value is (89,156,130). Sum of RGB (Red+Green+Blue) = 89+156+130=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #599C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C82 is #A6637D. Grayscale: #858585. Windows color (decimal): -10904446 or 8559705. OLE color: 8559705.

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

Color convert

RGB89156130-
CMYK0.4300.170.39
HSL156.72º27.35%48.04%-
HSV(B)156.72º42.95%61.18%-
XYZ20.0427.5125.37-
YUV133126.396.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=23.73%
G=41.6%
B=34.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891561300.4300.170.39156.7227.3548.04
Hex599C822B011279d1b30
Octal13123420253021472353360
Binary101100110011100100000101010110100011001111001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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