#58897E

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

Shades of Patina #58897E

Tints of Patina #58897E

Color information

#58897E (or 0x58897E) is unknown color: approx Patina. HEX triplet: 58, 89 and 7E. RGB value is (88,137,126). Sum of RGB (Red+Green+Blue) = 88+137+126=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #58897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58897E is #A77681. Grayscale: #797979. Windows color (decimal): -10974850 or 8292696. OLE color: 8292696.

HSL color Cylindrical-coordinate representation of color #58897E: hue angle of 166.53º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58897E is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB88137126-
CMYK0.3600.080.46
HSL166.53º21.78%44.12%-
HSV(B)166.53º35.77%53.73%-
XYZ16.7421.4723-
YUV121.1130.77104.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=25.07%
G=39.03%
B=35.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881371260.3600.080.46166.5321.7844.12
Hex58897E24082Ea7162c
Octal13021117644010562472654
Binary1011000100010011111110100100010001011101010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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