#589F82

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

Shades of Patina #589F82

Tints of Patina #589F82

Color information

#589F82 (or 0x589F82) is unknown color: approx Patina. HEX triplet: 58, 9F and 82. RGB value is (88,159,130). Sum of RGB (Red+Green+Blue) = 88+159+130=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #589F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F82 is #A7607D. Grayscale: #868686. Windows color (decimal): -10969214 or 8560472. OLE color: 8560472.

HSL color Cylindrical-coordinate representation of color #589F82: hue angle of 155.49º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #589F82 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB88159130-
CMYK0.4500.180.38
HSL155.49º28.74%48.43%-
HSV(B)155.49º44.65%62.35%-
XYZ20.4528.4825.54-
YUV134.46125.4894.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 159 (62.5% from 255) = 42.18%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=23.34%
G=42.18%
B=34.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881591300.4500.180.38155.4928.7448.43
Hex589F822D012269b1d30
Octal13023720255022462333560
Binary101100010011111100000101011010100101001101001101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589F82; }

 p { color: rgb(88,159,130); }

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

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

 a { background-color: rgb(88,159,130); }

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

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

 span { border-color: rgb(88,159,130); }

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