#58957E

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

Shades of Patina #58957E

Tints of Patina #58957E

Color information

#58957E (or 0x58957E) is unknown color: approx Patina. HEX triplet: 58, 95 and 7E. RGB value is (88,149,126). Sum of RGB (Red+Green+Blue) = 88+149+126=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #58957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58957E is #A76A81. Grayscale: #808080. Windows color (decimal): -10971778 or 8295768. OLE color: 8295768.

HSL color Cylindrical-coordinate representation of color #58957E: hue angle of 157.38º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58957E is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB88149126-
CMYK0.4100.150.42
HSL157.38º25.74%46.47%-
HSV(B)157.38º40.94%58.43%-
XYZ18.5425.0823.6-
YUV128.14126.7999.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=24.24%
G=41.05%
B=34.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491260.4100.150.42157.3825.7446.47
Hex58957E290F2A9d1a2e
Octal13022517651017522353256
Binary1011000100101011111110101001011111010101001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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