#529B82

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

Shades of Patina #529B82

Tints of Patina #529B82

Color information

#529B82 (or 0x529B82) is unknown color: approx Patina. HEX triplet: 52, 9B and 82. RGB value is (82,155,130). Sum of RGB (Red+Green+Blue) = 82+155+130=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #529B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B82 is #AD647D. Grayscale: #828282. Windows color (decimal): -11363454 or 8559442. OLE color: 8559442.

HSL color Cylindrical-coordinate representation of color #529B82: hue angle of 159.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B82 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB82155130-
CMYK0.4700.160.39
HSL159.45º30.8%46.47%-
HSV(B)159.45º47.1%60.78%-
XYZ19.2326.8525.29-
YUV130.32127.8293.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=22.34%
G=42.23%
B=35.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551300.4700.160.39159.4530.846.47
Hex529B822F010279f1f2e
Octal12223320257020472373756
Binary101001010011011100000101011110100001001111001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529B82; }

 p { color: rgb(82,155,130); }

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

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

 a { background-color: rgb(82,155,130); }

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

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

 span { border-color: rgb(82,155,130); }

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