#589381

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

Shades of Patina #589381

Tints of Patina #589381

Color information

#589381 (or 0x589381) is unknown color: approx Patina. HEX triplet: 58, 93 and 81. RGB value is (88,147,129). Sum of RGB (Red+Green+Blue) = 88+147+129=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #589381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589381 is #A76C7E. Grayscale: #7F7F7F. Windows color (decimal): -10972287 or 8491864. OLE color: 8491864.

HSL color Cylindrical-coordinate representation of color #589381: 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 #589381 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB88147129-
CMYK0.4000.120.42
HSL161.69º25.11%46.08%-
HSV(B)161.69º40.14%57.65%-
XYZ18.4224.5324.53-
YUV127.31128.9599.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=24.18%
G=40.38%
B=35.44%

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
Decimal881471290.4000.120.42161.6925.1146.08
Hex589381280C2Aa2192e
Octal13022320150014522423156
Binary10110001001001110000001101000011001010101010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589381; }

 p { color: rgb(88,147,129); }

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

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

 a { background-color: rgb(88,147,129); }

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

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

 span { border-color: rgb(88,147,129); }

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