#58A083

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

Shades of Patina #58A083

Tints of Patina #58A083

Color information

#58A083 (or 0x58A083) is unknown color: approx Patina. HEX triplet: 58, A0 and 83. RGB value is (88,160,131). Sum of RGB (Red+Green+Blue) = 88+160+131=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #58A083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A083 is #A75F7C. Grayscale: #878787. Windows color (decimal): -10968957 or 8626264. OLE color: 8626264.

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

Color convert

RGB88160131-
CMYK0.4500.180.37
HSL155.83º29.03%48.63%-
HSV(B)155.83º45%62.75%-
XYZ20.6928.8625.95-
YUV135.17125.6594.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 160 (62.89% from 255) = 42.22%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=23.22%
G=42.22%
B=34.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881601310.4500.180.37155.8329.0348.63
Hex58A0832D012259c1d31
Octal13024020355022452343561
Binary101100010100000100000111011010100101001011001110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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