#59917B

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

Shades of Patina #59917B

Tints of Patina #59917B

Color information

#59917B (or 0x59917B) is unknown color: approx Patina. HEX triplet: 59, 91 and 7B. RGB value is (89,145,123). Sum of RGB (Red+Green+Blue) = 89+145+123=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #59917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59917B is #A66E84. Grayscale: #7D7D7D. Windows color (decimal): -10907269 or 8098137. OLE color: 8098137.

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

Color convert

RGB89145123-
CMYK0.3900.150.43
HSL156.43º23.93%45.88%-
HSV(B)156.43º38.62%56.86%-
XYZ17.8223.822.39-
YUV125.75126.45101.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=24.93%
G=40.62%
B=34.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451230.3900.150.43156.4323.9345.88
Hex59917B270F2B9c182e
Octal13122117347017532343056
Binary1011001100100011111011100111011111010111001110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,145,123); }

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

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

 a { background-color: rgb(89,145,123); }

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

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

 span { border-color: rgb(89,145,123); }

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