#599482

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

Shades of Patina #599482

Tints of Patina #599482

Color information

#599482 (or 0x599482) is unknown color: approx Patina. HEX triplet: 59, 94 and 82. RGB value is (89,148,130). Sum of RGB (Red+Green+Blue) = 89+148+130=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #599482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599482 is #A66B7D. Grayscale: #808080. Windows color (decimal): -10906494 or 8557657. OLE color: 8557657.

HSL color Cylindrical-coordinate representation of color #599482: hue angle of 161.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599482 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB89148130-
CMYK0.4000.120.42
HSL161.69º24.89%46.47%-
HSV(B)161.69º39.86%58.04%-
XYZ18.7424.9224.94-
YUV128.31128.9599.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=24.25%
G=40.33%
B=35.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481300.4000.120.42161.6924.8946.47
Hex599482280C2Aa2192e
Octal13122420250014522423156
Binary10110011001010010000010101000011001010101010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599482; }

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

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

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

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

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

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

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

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