#58A587

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

Shades of Patina #58A587

Tints of Patina #58A587

Color information

#58A587 (or 0x58A587) is unknown color: approx Patina. HEX triplet: 58, A5 and 87. RGB value is (88,165,135). Sum of RGB (Red+Green+Blue) = 88+165+135=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #58A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A587 is #A75A78. Grayscale: #8A8A8A. Windows color (decimal): -10967673 or 8889688. OLE color: 8889688.

HSL color Cylindrical-coordinate representation of color #58A587: hue angle of 156.62º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A587 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB88165135-
CMYK0.4700.180.35
HSL156.62º30.43%49.61%-
HSV(B)156.62º46.67%64.71%-
XYZ21.8530.7327.7-
YUV138.56125.9991.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=22.68%
G=42.53%
B=34.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881651350.4700.180.35156.6230.4349.61
Hex58A5872F012239d1e32
Octal13024520757022432353662
Binary101100010100101100001111011110100101000111001110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A587; }

 p { color: rgb(88,165,135); }

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

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

 a { background-color: rgb(88,165,135); }

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

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

 span { border-color: rgb(88,165,135); }

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