#58A189

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

Shades of Patina #58A189

Tints of Patina #58A189

Color information

#58A189 (or 0x58A189) is unknown color: approx Patina. HEX triplet: 58, A1 and 89. RGB value is (88,161,137). Sum of RGB (Red+Green+Blue) = 88+161+137=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #58A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A189 is #A75E76. Grayscale: #888888. Windows color (decimal): -10968695 or 9019736. OLE color: 9019736.

HSL color Cylindrical-coordinate representation of color #58A189: hue angle of 160.27º 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 #58A189 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB88161137-
CMYK0.4500.150.37
HSL160.27º29.32%48.82%-
HSV(B)160.27º45.34%63.14%-
XYZ21.2829.3728.21-
YUV136.44128.3293.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.80%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=22.80%
G=41.71%
B=35.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881611370.4500.150.37160.2729.3248.82
Hex58A1892D0F25a01d31
Octal13024121155017452403561
Binary10110001010000110001001101101011111001011010000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,161,137); }

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

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

 a { background-color: rgb(88,161,137); }

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

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

 span { border-color: rgb(88,161,137); }

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