#58A687

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

Shades of Patina #58A687

Tints of Patina #58A687

Color information

#58A687 (or 0x58A687) is unknown color: approx Patina. HEX triplet: 58, A6 and 87. RGB value is (88,166,135). Sum of RGB (Red+Green+Blue) = 88+166+135=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #58A687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A687 is #A75978. Grayscale: #8B8B8B. Windows color (decimal): -10967417 or 8889944. OLE color: 8889944.

HSL color Cylindrical-coordinate representation of color #58A687: hue angle of 156.15º degrees, saturation: 0.31, 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 #58A687 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB88166135-
CMYK0.4700.190.35
HSL156.15º30.71%49.8%-
HSV(B)156.15º46.99%65.1%-
XYZ22.0331.127.76-
YUV139.14125.6691.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=22.62%
G=42.67%
B=34.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881661350.4700.190.35156.1530.7149.8
Hex58A6872F013239c1f32
Octal13024620757023432343762
Binary101100010100110100001111011110100111000111001110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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