#599F83

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

Shades of Patina #599F83

Tints of Patina #599F83

Color information

#599F83 (or 0x599F83) is unknown color: approx Patina. HEX triplet: 59, 9F and 83. RGB value is (89,159,131). Sum of RGB (Red+Green+Blue) = 89+159+131=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #599F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F83 is #A6607C. Grayscale: #868686. Windows color (decimal): -10903677 or 8626009. OLE color: 8626009.

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

Color convert

RGB89159131-
CMYK0.4400.180.38
HSL156º28.23%48.63%-
HSV(B)156º44.03%62.35%-
XYZ20.6128.5625.9-
YUV134.88125.8195.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 159 (62.5% from 255) = 41.95%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=23.48%
G=41.95%
B=34.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591310.4400.180.3815628.2348.63
Hex599F832C012269c1c31
Octal13123720354022462343461
Binary101100110011111100000111011000100101001101001110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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