#59927B

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

Shades of Patina #59927B

Tints of Patina #59927B

Color information

#59927B (or 0x59927B) is unknown color: approx Patina. HEX triplet: 59, 92 and 7B. RGB value is (89,146,123). Sum of RGB (Red+Green+Blue) = 89+146+123=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #59927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59927B is #A66D84. Grayscale: #7E7E7E. Windows color (decimal): -10907013 or 8098393. OLE color: 8098393.

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

Color convert

RGB89146123-
CMYK0.3900.160.43
HSL155.79º24.26%46.08%-
HSV(B)155.79º39.04%57.25%-
XYZ17.9724.1122.45-
YUV126.34126.12101.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=24.86%
G=40.78%
B=34.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461230.3900.160.43155.7924.2646.08
Hex59927B270102B9c182e
Octal13122217347020532343056
Binary10110011001001011110111001110100001010111001110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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