#589686

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

Shades of Patina #589686

Tints of Patina #589686

Color information

#589686 (or 0x589686) is unknown color: approx Patina. HEX triplet: 58, 96 and 86. RGB value is (88,150,134). Sum of RGB (Red+Green+Blue) = 88+150+134=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #589686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589686 is #A76979. Grayscale: #818181. Windows color (decimal): -10971514 or 8820312. OLE color: 8820312.

HSL color Cylindrical-coordinate representation of color #589686: hue angle of 164.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589686 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB88150134-
CMYK0.4100.110.41
HSL164.52º26.05%46.67%-
HSV(B)164.52º41.33%58.82%-
XYZ19.2325.6126.48-
YUV129.64130.4698.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=23.66%
G=40.32%
B=36.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501340.4100.110.41164.5226.0546.67
Hex589686290B29a51a2f
Octal13022620651013512453257
Binary10110001001011010000110101001010111010011010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589686; }

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

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

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

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

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

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

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

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