#529B84

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

Shades of Patina #529B84

Tints of Patina #529B84

Color information

#529B84 (or 0x529B84) is unknown color: approx Patina. HEX triplet: 52, 9B and 84. RGB value is (82,155,132). Sum of RGB (Red+Green+Blue) = 82+155+132=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #529B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B84 is #AD647B. Grayscale: #828282. Windows color (decimal): -11363452 or 8690514. OLE color: 8690514.

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

Color convert

RGB82155132-
CMYK0.4700.150.39
HSL161.1º30.8%46.47%-
HSV(B)161.1º47.1%60.78%-
XYZ19.3726.926-
YUV130.55128.8293.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=22.22%
G=42.01%
B=35.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551320.4700.150.39161.130.846.47
Hex529B842F0F27a11f2e
Octal12223320457017472413756
Binary10100101001101110000100101111011111001111010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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