#58927F

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

Shades of Patina #58927F

Tints of Patina #58927F

Color information

#58927F (or 0x58927F) is unknown color: approx Patina. HEX triplet: 58, 92 and 7F. RGB value is (88,146,127). Sum of RGB (Red+Green+Blue) = 88+146+127=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #58927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58927F is #A76D80. Grayscale: #7E7E7E. Windows color (decimal): -10972545 or 8360536. OLE color: 8360536.

HSL color Cylindrical-coordinate representation of color #58927F: hue angle of 160.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58927F is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB88146127-
CMYK0.4000.130.43
HSL160.34º24.79%45.88%-
HSV(B)160.34º39.73%57.25%-
XYZ18.1324.1623.79-
YUV126.49128.28100.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 127 (50% from 255) = 35.18%
R=24.38%
G=40.44%
B=35.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461270.4000.130.43160.3424.7945.88
Hex58927F280D2Ba0192e
Octal13022217750015532403156
Binary1011000100100101111111101000011011010111010000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58927F; }

 p { color: rgb(88,146,127); }

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

<style>
 a { background-color: #58927F; }

 a { background-color: rgb(88,146,127); }

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

<style>
 span { border-color: #58927F; }

 span { border-color: rgb(88,146,127); }

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