#58A887

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

Shades of Patina #58A887

Tints of Patina #58A887

Color information

#58A887 (or 0x58A887) is unknown color: approx Patina. HEX triplet: 58, A8 and 87. RGB value is (88,168,135). Sum of RGB (Red+Green+Blue) = 88+168+135=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #58A887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A887 is #A75778. Grayscale: #8C8C8C. Windows color (decimal): -10966905 or 8890456. OLE color: 8890456.

HSL color Cylindrical-coordinate representation of color #58A887: hue angle of 155.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A887 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB88168135-
CMYK0.4800.200.34
HSL155.25º31.5%50.2%-
HSV(B)155.25º47.62%65.88%-
XYZ22.431.8327.88-
YUV140.3212590.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=22.51%
G=42.97%
B=34.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881681350.4800.200.34155.2531.550.2
Hex58A88730014229b1f32
Octal13025020760024422333762
Binary101100010101000100001111100000101001000101001101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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