#529E80

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

Shades of Patina #529E80

Tints of Patina #529E80

Color information

#529E80 (or 0x529E80) is unknown color: approx Patina. HEX triplet: 52, 9E and 80. RGB value is (82,158,128). Sum of RGB (Red+Green+Blue) = 82+158+128=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #529E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E80 is #AD617F. Grayscale: #838383. Windows color (decimal): -11362688 or 8429138. OLE color: 8429138.

HSL color Cylindrical-coordinate representation of color #529E80: hue angle of 156.32º 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 #529E80 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB82158128-
CMYK0.4800.190.38
HSL156.32º31.67%47.06%-
HSV(B)156.32º48.1%61.96%-
XYZ19.627.8124.76-
YUV131.86125.8292.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=22.28%
G=42.93%
B=34.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581280.4800.190.38156.3231.6747.06
Hex529E8030013269c202f
Octal12223620060023462344057
Binary1010010100111101000000011000001001110011010011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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