#59907E

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

Shades of Patina #59907E

Tints of Patina #59907E

Color information

#59907E (or 0x59907E) is unknown color: approx Patina. HEX triplet: 59, 90 and 7E. RGB value is (89,144,126). Sum of RGB (Red+Green+Blue) = 89+144+126=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #59907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59907E is #A66F81. Grayscale: #7D7D7D. Windows color (decimal): -10907522 or 8294489. OLE color: 8294489.

HSL color Cylindrical-coordinate representation of color #59907E: hue angle of 160.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59907E is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB89144126-
CMYK0.3800.120.44
HSL160.36º23.61%45.69%-
HSV(B)160.36º38.19%56.47%-
XYZ17.8623.5823.35-
YUV125.5128.28101.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=24.79%
G=40.11%
B=35.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891441260.3800.120.44160.3623.6145.69
Hex59907E260C2Ca0182e
Octal13122017646014542403056
Binary1011001100100001111110100110011001011001010000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,144,126); }

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

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

 a { background-color: rgb(89,144,126); }

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

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

 span { border-color: rgb(89,144,126); }

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