#529E82

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

Shades of Patina #529E82

Tints of Patina #529E82

Color information

#529E82 (or 0x529E82) is unknown color: approx Patina. HEX triplet: 52, 9E and 82. RGB value is (82,158,130). Sum of RGB (Red+Green+Blue) = 82+158+130=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #529E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E82 is #AD617D. Grayscale: #848484. Windows color (decimal): -11362686 or 8560210. OLE color: 8560210.

HSL color Cylindrical-coordinate representation of color #529E82: hue angle of 157.89º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E82 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB82158130-
CMYK0.4800.180.38
HSL157.89º31.67%47.06%-
HSV(B)157.89º48.1%61.96%-
XYZ19.7427.8625.46-
YUV132.08126.8292.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=22.16%
G=42.70%
B=35.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581300.4800.180.38157.8931.6747.06
Hex529E8230012269e202f
Octal12223620260022462364057
Binary1010010100111101000001011000001001010011010011110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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