#58967A

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

Shades of Patina #58967A

Tints of Patina #58967A

Color information

#58967A (or 0x58967A) is unknown color: approx Patina. HEX triplet: 58, 96 and 7A. RGB value is (88,150,122). Sum of RGB (Red+Green+Blue) = 88+150+122=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #58967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58967A is #A76985. Grayscale: #808080. Windows color (decimal): -10971526 or 8033880. OLE color: 8033880.

HSL color Cylindrical-coordinate representation of color #58967A: hue angle of 152.9º 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 #58967A is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB88150122-
CMYK0.4100.190.41
HSL152.9º26.05%46.67%-
HSV(B)152.9º41.33%58.82%-
XYZ18.4425.2922.32-
YUV128.27124.4699.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=24.44%
G=41.67%
B=33.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501220.4100.190.41152.926.0546.67
Hex58967A2901329991a2f
Octal13022617251023512313257
Binary10110001001011011110101010010100111010011001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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