#58927A

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

Shades of Patina #58927A

Tints of Patina #58927A

Color information

#58927A (or 0x58927A) is unknown color: approx Patina. HEX triplet: 58, 92 and 7A. RGB value is (88,146,122). Sum of RGB (Red+Green+Blue) = 88+146+122=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #58927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58927A is #A76D85. Grayscale: #7D7D7D. Windows color (decimal): -10972550 or 8032856. OLE color: 8032856.

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

Color convert

RGB88146122-
CMYK0.4000.160.43
HSL155.17º24.79%45.88%-
HSV(B)155.17º39.73%57.25%-
XYZ17.8224.0422.11-
YUV125.92125.78100.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=24.72%
G=41.01%
B=34.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461220.4000.160.43155.1724.7945.88
Hex58927A280102B9b192e
Octal13022217250020532333156
Binary10110001001001011110101010000100001010111001101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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