#58967E

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

Shades of Patina #58967E

Tints of Patina #58967E

Color information

#58967E (or 0x58967E) is unknown color: approx Patina. HEX triplet: 58, 96 and 7E. RGB value is (88,150,126). Sum of RGB (Red+Green+Blue) = 88+150+126=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #58967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58967E is #A76981. Grayscale: #808080. Windows color (decimal): -10971522 or 8296024. OLE color: 8296024.

HSL color Cylindrical-coordinate representation of color #58967E: hue angle of 156.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58967E is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB88150126-
CMYK0.4100.160.41
HSL156.77º26.05%46.67%-
HSV(B)156.77º41.33%58.82%-
XYZ18.725.3923.65-
YUV128.73126.4698.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=24.18%
G=41.21%
B=34.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501260.4100.160.41156.7726.0546.67
Hex58967E29010299d1a2f
Octal13022617651020512353257
Binary10110001001011011111101010010100001010011001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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