#599582

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

Shades of Patina #599582

Tints of Patina #599582

Color information

#599582 (or 0x599582) is unknown color: approx Patina. HEX triplet: 59, 95 and 82. RGB value is (89,149,130). Sum of RGB (Red+Green+Blue) = 89+149+130=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #599582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599582 is #A66A7D. Grayscale: #808080. Windows color (decimal): -10906238 or 8557913. OLE color: 8557913.

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

Color convert

RGB89149130-
CMYK0.4000.130.42
HSL161º25.21%46.67%-
HSV(B)161º40.27%58.43%-
XYZ18.925.2324.99-
YUV128.89128.6299.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=24.18%
G=40.49%
B=35.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491300.4000.130.4216125.2146.67
Hex599582280D2Aa1192f
Octal13122520250015522413157
Binary10110011001010110000010101000011011010101010000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599582; }

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

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

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

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

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

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

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

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