Html Css Color HEX #529980 Patina

📋 copy color: '#529980'

red 82 ◦ green 153 ◦ blue 128

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

Shades of Patina #529980

Tints of Patina #529980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 22.59%
G = 42.15%
B = 35.26%

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

#529980 (or 0x529980) is known color: Patina. HEX triplet: 52, 99 and 80. RGB value is (82,153,128). Sum of RGB (Red+Green+Blue) = 82+153+128=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #529980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529980 is #AD667F. Grayscale: #808080. Windows color (decimal): -11363968 or 8427858. OLE color: 8427858.

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

Color convert

RGB 82 153 128 -
CMYK 0.46 0 0.16 0.4
HSL 158.87º 0.3% 0.46% -
HSV(B) 158.87º 0.46% 0.6% -
XYZ 18.77 26.13 24.48 -
YUV 128.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 82 153 128 0.46 0 0.16 0.4 158.87 0.3 0.46
Hex 52 99 80 2E 0 10 28 9F 1E 2E
Octal 122 231 200 56 0 20 50 237 36 56
Binary 1010010 10011001 10000000 101110 0 10000 101000 10011111 11110 101110

Color Harmonies of #529980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529980

Black with #529980

Text Example


Text Example

White with #529980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529980; }

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

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

background-color css

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

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

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

border-color css

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

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

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