Html Css Color HEX #529F81 Patina

📋 copy color: '#529F81'

red 82 ◦ green 159 ◦ blue 129

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

Shades of Patina #529F81

Tints of Patina #529F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.97%

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

R = 22.16%
G = 42.97%
B = 34.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#529F81 (or 0x529F81) is known color: Patina. HEX triplet: 52, 9F and 81. RGB value is (82,159,129). Sum of RGB (Red+Green+Blue) = 82+159+129=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #529F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F81 is #AD607E. Grayscale: #848484. Windows color (decimal): -11362431 or 8494930. OLE color: 8494930.

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

Color convert

RGB 82 159 129 -
CMYK 0.48 0 0.19 0.38
HSL 156.62º 0.32% 0.47% -
HSV(B) 156.62º 0.48% 0.62% -
XYZ 19.84 28.18 25.16 -
YUV 132.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 82 159 129 0.48 0 0.19 0.38 156.62 0.32 0.47
Hex 52 9F 81 30 0 13 26 9D 20 2F
Octal 122 237 201 60 0 23 46 235 40 57
Binary 1010010 10011111 10000001 110000 0 10011 100110 10011101 100000 101111

Color Harmonies of #529F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F81

Black with #529F81

Text Example


Text Example

White with #529F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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