#58917A

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

Shades of Patina #58917A

Tints of Patina #58917A

Color information

#58917A (or 0x58917A) is unknown color: approx Patina. HEX triplet: 58, 91 and 7A. RGB value is (88,145,122). Sum of RGB (Red+Green+Blue) = 88+145+122=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #58917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58917A is #A76E85. Grayscale: #7D7D7D. Windows color (decimal): -10972806 or 8032600. OLE color: 8032600.

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

Color convert

RGB88145122-
CMYK0.3900.160.43
HSL155.79º24.46%45.69%-
HSV(B)155.79º39.31%56.86%-
XYZ17.6623.7322.06-
YUV125.34126.12101.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=24.79%
G=40.85%
B=34.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451220.3900.160.43155.7924.4645.69
Hex58917A270102B9c182e
Octal13022117247020532343056
Binary10110001001000111110101001110100001010111001110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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