#58937E

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

Shades of Patina #58937E

Tints of Patina #58937E

Color information

#58937E (or 0x58937E) is unknown color: approx Patina. HEX triplet: 58, 93 and 7E. RGB value is (88,147,126). Sum of RGB (Red+Green+Blue) = 88+147+126=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #58937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937E is #A76C81. Grayscale: #7E7E7E. Windows color (decimal): -10972290 or 8295256. OLE color: 8295256.

HSL color Cylindrical-coordinate representation of color #58937E: hue angle of 158.64º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58937E is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB88147126-
CMYK0.4000.140.42
HSL158.64º25.11%46.08%-
HSV(B)158.64º40.14%57.65%-
XYZ18.2224.4523.5-
YUV126.96127.45100.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=24.38%
G=40.72%
B=34.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471260.4000.140.42158.6425.1146.08
Hex58937E280E2A9f192e
Octal13022317650016522373156
Binary1011000100100111111110101000011101010101001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58937E; }

 p { color: rgb(88,147,126); }

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

<style>
 a { background-color: #58937E; }

 a { background-color: rgb(88,147,126); }

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

<style>
 span { border-color: #58937E; }

 span { border-color: rgb(88,147,126); }

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