Html Css Color HEX #529F82 Patina

📋 copy color: '#529F82'

red 82 ◦ green 159 ◦ blue 130

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

Shades of Patina #529F82

Tints of Patina #529F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 22.1%
G = 42.86%
B = 35.04%

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

#529F82 (or 0x529F82) is known color: Patina. HEX triplet: 52, 9F and 82. RGB value is (82,159,130). Sum of RGB (Red+Green+Blue) = 82+159+130=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #529F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F82 is #AD607D. Grayscale: #848484. Windows color (decimal): -11362430 or 8560466. OLE color: 8560466.

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

Color convert

RGB 82 159 130 -
CMYK 0.48 0 0.18 0.38
HSL 157.4º 0.32% 0.47% -
HSV(B) 157.4º 0.48% 0.62% -
XYZ 19.91 28.2 25.51 -
YUV 132.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 82 159 130 0.48 0 0.18 0.38 157.4 0.32 0.47
Hex 52 9F 82 30 0 12 26 9D 20 2F
Octal 122 237 202 60 0 22 46 235 40 57
Binary 1010010 10011111 10000010 110000 0 10010 100110 10011101 100000 101111

Color Harmonies of #529F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F82

Black with #529F82

Text Example


Text Example

White with #529F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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