Html Css Color HEX #529982 Patina

📋 copy color: '#529982'

red 82 ◦ green 153 ◦ blue 130

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

Shades of Patina #529982

Tints of Patina #529982

RGB

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

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

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

R = 22.47%
G = 41.92%
B = 35.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#529982 (or 0x529982) is known color: Patina. HEX triplet: 52, 99 and 82. RGB value is (82,153,130). Sum of RGB (Red+Green+Blue) = 82+153+130=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #529982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529982 is #AD667D. Grayscale: #818181. Windows color (decimal): -11363966 or 8558930. OLE color: 8558930.

HSL color Cylindrical-coordinate representation of color #529982: hue angle of 160.56º 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 #529982 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 130 -
CMYK 0.46 0 0.15 0.4
HSL 160.56º 0.3% 0.46% -
HSV(B) 160.56º 0.46% 0.6% -
XYZ 18.9 26.19 25.18 -
YUV 129.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 82 153 130 0.46 0 0.15 0.4 160.56 0.3 0.46
Hex 52 99 82 2E 0 F 28 A1 1E 2E
Octal 122 231 202 56 0 17 50 241 36 56
Binary 1010010 10011001 10000010 101110 0 1111 101000 10100001 11110 101110

Color Harmonies of #529982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529982

Black with #529982

Text Example


Text Example

White with #529982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529982; }

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

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

background-color css

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

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

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

border-color css

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

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

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