#58937C

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

Shades of Patina #58937C

Tints of Patina #58937C

Color information

#58937C (or 0x58937C) is unknown color: approx Patina. HEX triplet: 58, 93 and 7C. RGB value is (88,147,124). Sum of RGB (Red+Green+Blue) = 88+147+124=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #58937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937C is #A76C83. Grayscale: #7E7E7E. Windows color (decimal): -10972292 or 8164184. OLE color: 8164184.

HSL color Cylindrical-coordinate representation of color #58937C: hue angle of 156.61º 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 #58937C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB88147124-
CMYK0.4000.160.42
HSL156.61º25.11%46.08%-
HSV(B)156.61º40.14%57.65%-
XYZ18.124.422.82-
YUV126.74126.45100.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=24.51%
G=40.95%
B=34.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471240.4000.160.42156.6125.1146.08
Hex58937C280102A9d192e
Octal13022317450020522353156
Binary10110001001001111111001010000100001010101001110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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