#58917C

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

Shades of Patina #58917C

Tints of Patina #58917C

Color information

#58917C (or 0x58917C) is unknown color: approx Patina. HEX triplet: 58, 91 and 7C. RGB value is (88,145,124). Sum of RGB (Red+Green+Blue) = 88+145+124=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #58917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58917C is #A76E83. Grayscale: #7D7D7D. Windows color (decimal): -10972804 or 8163672. OLE color: 8163672.

HSL color Cylindrical-coordinate representation of color #58917C: hue angle of 157.89º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58917C is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB88145124-
CMYK0.3900.140.43
HSL157.89º24.46%45.69%-
HSV(B)157.89º39.31%56.86%-
XYZ17.7923.7822.72-
YUV125.56127.12101.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=24.65%
G=40.62%
B=34.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451240.3900.140.43157.8924.4645.69
Hex58917C270E2B9e182e
Octal13022117447016532363056
Binary1011000100100011111100100111011101010111001111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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