#58947E

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

Shades of Patina #58947E

Tints of Patina #58947E

Color information

#58947E (or 0x58947E) is unknown color: approx Patina. HEX triplet: 58, 94 and 7E. RGB value is (88,148,126). Sum of RGB (Red+Green+Blue) = 88+148+126=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #58947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58947E is #A76B81. Grayscale: #7F7F7F. Windows color (decimal): -10972034 or 8295512. OLE color: 8295512.

HSL color Cylindrical-coordinate representation of color #58947E: hue angle of 158º degrees, saturation: 0.25, 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 #58947E is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB88148126-
CMYK0.4100.150.42
HSL158º25.42%46.27%-
HSV(B)158º40.54%58.04%-
XYZ18.3824.7623.55-
YUV127.55127.1299.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=24.31%
G=40.88%
B=34.81%

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
Decimal881481260.4100.150.4215825.4246.27
Hex58947E290F2A9e192e
Octal13022417651017522363156
Binary1011000100101001111110101001011111010101001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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