Html Css Color HEX #529680 Patina

📋 copy color: '#529680'

red 82 ◦ green 150 ◦ blue 128

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

Shades of Patina #529680

Tints of Patina #529680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 22.78%
G = 41.67%
B = 35.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#529680 (or 0x529680) is known color: Patina. HEX triplet: 52, 96 and 80. RGB value is (82,150,128). Sum of RGB (Red+Green+Blue) = 82+150+128=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #529680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529680 is #AD697F. Grayscale: #7F7F7F. Windows color (decimal): -11364736 or 8427090. OLE color: 8427090.

HSL color Cylindrical-coordinate representation of color #529680: hue angle of 160.59º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529680 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 128 -
CMYK 0.45 0 0.15 0.41
HSL 160.59º 0.29% 0.45% -
HSV(B) 160.59º 0.45% 0.59% -
XYZ 18.28 25.17 24.32 -
YUV 127.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 82 150 128 0.45 0 0.15 0.41 160.59 0.29 0.45
Hex 52 96 80 2D 0 F 29 A1 1D 2D
Octal 122 226 200 55 0 17 51 241 35 55
Binary 1010010 10010110 10000000 101101 0 1111 101001 10100001 11101 101101

Color Harmonies of #529680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529680

Black with #529680

Text Example


Text Example

White with #529680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529680; }

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

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

background-color css

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

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

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

border-color css

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

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

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