#59958B

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

Shades of Patina #59958B

Tints of Patina #59958B

Color information

#59958B (or 0x59958B) is unknown color: approx Patina. HEX triplet: 59, 95 and 8B. RGB value is (89,149,139). Sum of RGB (Red+Green+Blue) = 89+149+139=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #59958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59958B is #A66A74. Grayscale: #818181. Windows color (decimal): -10906229 or 9147737. OLE color: 9147737.

HSL color Cylindrical-coordinate representation of color #59958B: hue angle of 170º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59958B is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB89149139-
CMYK0.4000.070.42
HSL170º25.21%46.67%-
HSV(B)170º40.27%58.43%-
XYZ19.5325.4828.32-
YUV129.92133.1298.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=23.61%
G=39.52%
B=36.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491390.4000.070.4217025.2146.67
Hex59958B28072Aaa192f
Octal1312252135007522523157
Binary1011001100101011000101110100001111010101010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59958B; }

 p { color: rgb(89,149,139); }

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

<style>
 a { background-color: #59958B; }

 a { background-color: rgb(89,149,139); }

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

<style>
 span { border-color: #59958B; }

 span { border-color: rgb(89,149,139); }

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