#589B86

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

Shades of Patina #589B86

Tints of Patina #589B86

Color information

#589B86 (or 0x589B86) is unknown color: approx Patina. HEX triplet: 58, 9B and 86. RGB value is (88,155,134). Sum of RGB (Red+Green+Blue) = 88+155+134=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #589B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B86 is #A76479. Grayscale: #848484. Windows color (decimal): -10970234 or 8821592. OLE color: 8821592.

HSL color Cylindrical-coordinate representation of color #589B86: hue angle of 161.19º degrees, saturation: 0.28, 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 #589B86 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB88155134-
CMYK0.4300.140.39
HSL161.19º27.57%47.65%-
HSV(B)161.19º43.23%60.78%-
XYZ20.0527.2426.76-
YUV132.57128.896.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=23.34%
G=41.11%
B=35.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881551340.4300.140.39161.1927.5747.65
Hex589B862B0E27a11c30
Octal13023320653016472413460
Binary10110001001101110000110101011011101001111010000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,155,134); }

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

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

 a { background-color: rgb(88,155,134); }

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

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

 span { border-color: rgb(88,155,134); }

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