Html Css Color HEX #529D80 Patina

📋 copy color: '#529D80'

red 82 ◦ green 157 ◦ blue 128

#529D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #529D80

Tints of Patina #529D80

RGB

 RED value IS 82 (32.42% from 255) = 22.34%

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 22.34%
G = 42.78%
B = 34.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#529D80 (or 0x529D80) is known color: Patina. HEX triplet: 52, 9D and 80. RGB value is (82,157,128). Sum of RGB (Red+Green+Blue) = 82+157+128=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #529D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D80 is #AD627F. Grayscale: #838383. Windows color (decimal): -11362944 or 8428882. OLE color: 8428882.

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

Color convert

RGB 82 157 128 -
CMYK 0.48 0 0.18 0.38
HSL 156.8º 0.31% 0.47% -
HSV(B) 156.8º 0.48% 0.62% -
XYZ 19.43 27.47 24.7 -
YUV 131.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 82 157 128 0.48 0 0.18 0.38 156.8 0.31 0.47
Hex 52 9D 80 30 0 12 26 9D 1F 2F
Octal 122 235 200 60 0 22 46 235 37 57
Binary 1010010 10011101 10000000 110000 0 10010 100110 10011101 11111 101111

Color Harmonies of #529D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D80

Black with #529D80

Text Example


Text Example

White with #529D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #529D80;
 }
 .AnyTagClassName
 {
   color: #529D80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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