#529B83

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

Shades of Patina #529B83

Tints of Patina #529B83

Color information

#529B83 (or 0x529B83) is unknown color: approx Patina. HEX triplet: 52, 9B and 83. RGB value is (82,155,131). Sum of RGB (Red+Green+Blue) = 82+155+131=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #529B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B83 is #AD647C. Grayscale: #828282. Windows color (decimal): -11363453 or 8624978. OLE color: 8624978.

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

Color convert

RGB82155131-
CMYK0.4700.150.39
HSL160.27º30.8%46.47%-
HSV(B)160.27º47.1%60.78%-
XYZ19.326.8825.64-
YUV130.44128.3293.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=22.28%
G=42.12%
B=35.60%

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
Decimal821551310.4700.150.39160.2730.846.47
Hex529B832F0F27a01f2e
Octal12223320357017472403756
Binary10100101001101110000011101111011111001111010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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