#58A58A

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

Shades of Patina #58A58A

Tints of Patina #58A58A

Color information

#58A58A (or 0x58A58A) is unknown color: approx Patina. HEX triplet: 58, A5 and 8A. RGB value is (88,165,138). Sum of RGB (Red+Green+Blue) = 88+165+138=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #58A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A58A is #A75A75. Grayscale: #8A8A8A. Windows color (decimal): -10967670 or 9086296. OLE color: 9086296.

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

Color convert

RGB88165138-
CMYK0.4700.160.35
HSL158.96º30.43%49.61%-
HSV(B)158.96º46.67%64.71%-
XYZ22.0730.8228.83-
YUV138.9127.4991.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=22.51%
G=42.20%
B=35.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881651380.4700.160.35158.9630.4349.61
Hex58A58A2F010239f1e32
Octal13024521257020432373662
Binary101100010100101100010101011110100001000111001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,165,138); }

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

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

 a { background-color: rgb(88,165,138); }

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

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

 span { border-color: rgb(88,165,138); }

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