Html Css Color HEX #529D81 Patina

📋 copy color: '#529D81'

red 82 ◦ green 157 ◦ blue 129

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

Shades of Patina #529D81

Tints of Patina #529D81

RGB

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

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

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

R = 22.28%
G = 42.66%
B = 35.05%

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

#529D81 (or 0x529D81) is known color: Patina. HEX triplet: 52, 9D and 81. RGB value is (82,157,129). Sum of RGB (Red+Green+Blue) = 82+157+129=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #529D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D81 is #AD627E. Grayscale: #838383. Windows color (decimal): -11362943 or 8494418. OLE color: 8494418.

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

Color convert

RGB 82 157 129 -
CMYK 0.48 0 0.18 0.38
HSL 157.6º 0.31% 0.47% -
HSV(B) 157.6º 0.48% 0.62% -
XYZ 19.5 27.49 25.05 -
YUV 131.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 82 157 129 0.48 0 0.18 0.38 157.6 0.31 0.47
Hex 52 9D 81 30 0 12 26 9E 1F 2F
Octal 122 235 201 60 0 22 46 236 37 57
Binary 1010010 10011101 10000001 110000 0 10010 100110 10011110 11111 101111

Color Harmonies of #529D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D81

Black with #529D81

Text Example


Text Example

White with #529D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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