Html Css Color HEX #529981 Patina

📋 copy color: '#529981'

red 82 ◦ green 153 ◦ blue 129

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

Shades of Patina #529981

Tints of Patina #529981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 22.53%
G = 42.03%
B = 35.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#529981 (or 0x529981) is known color: Patina. HEX triplet: 52, 99 and 81. RGB value is (82,153,129). Sum of RGB (Red+Green+Blue) = 82+153+129=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #529981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529981 is #AD667E. Grayscale: #818181. Windows color (decimal): -11363967 or 8493394. OLE color: 8493394.

HSL color Cylindrical-coordinate representation of color #529981: hue angle of 159.72º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529981 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 129 -
CMYK 0.46 0 0.16 0.4
HSL 159.72º 0.3% 0.46% -
HSV(B) 159.72º 0.46% 0.6% -
XYZ 18.83 26.16 24.83 -
YUV 129.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 82 153 129 0.46 0 0.16 0.4 159.72 0.3 0.46
Hex 52 99 81 2E 0 10 28 A0 1E 2E
Octal 122 231 201 56 0 20 50 240 36 56
Binary 1010010 10011001 10000001 101110 0 10000 101000 10100000 11110 101110

Color Harmonies of #529981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529981

Black with #529981

Text Example


Text Example

White with #529981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529981; }

 p { color: rgb(82,153,129); }

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

background-color css

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

 a { background-color: rgb(82,153,129); }

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

border-color css

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

 span { border-color: rgb(82,153,129); }

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