#529981

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

Shades of Patina #529981

Tints of Patina #529981

Color information

#529981 (or 0x529981) is unknown color: approx Patina. HEX triplet: 52, 99 and 81. RGB value is (82,153,129). Sum of RGB (Red+Green+Blue) = 82+153+129=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #529981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529981 is #AD667E. Grayscale: #818181. Windows color (decimal): -11363967 or 8493394. OLE color: 8493394.

HSL color Cylindrical-coordinate representation of color #529981: hue angle of 159.72º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529981 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB82153129-
CMYK0.4600.160.4
HSL159.72º30.21%46.08%-
HSV(B)159.72º46.41%60%-
XYZ18.8326.1624.83-
YUV129.04127.9894.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=22.53%
G=42.03%
B=35.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531290.4600.160.4159.7230.2146.08
Hex5299812E01028a01e2e
Octal12223120156020502403656
Binary101001010011001100000011011100100001010001010000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529981; }

 p { color: rgb(82,153,129); }

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

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

 a { background-color: rgb(82,153,129); }

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

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

 span { border-color: rgb(82,153,129); }

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