#58A085

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

Shades of Patina #58A085

Tints of Patina #58A085

Color information

#58A085 (or 0x58A085) is unknown color: approx Patina. HEX triplet: 58, A0 and 85. RGB value is (88,160,133). Sum of RGB (Red+Green+Blue) = 88+160+133=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #58A085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A085 is #A75F7A. Grayscale: #878787. Windows color (decimal): -10968955 or 8757336. OLE color: 8757336.

HSL color Cylindrical-coordinate representation of color #58A085: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A085 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB88160133-
CMYK0.4500.170.37
HSL157.5º29.03%48.63%-
HSV(B)157.5º45%62.75%-
XYZ20.8328.9126.67-
YUV135.39126.6594.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 160 (62.89% from 255) = 41.99%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=23.10%
G=41.99%
B=34.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881601330.4500.170.37157.529.0348.63
Hex58A0852D011259e1d31
Octal13024020555021452363561
Binary101100010100000100001011011010100011001011001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,160,133); }

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

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

 a { background-color: rgb(88,160,133); }

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

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

 span { border-color: rgb(88,160,133); }

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