Html Css Color HEX #529B82 Patina

📋 copy color: '#529B82'

red 82 ◦ green 155 ◦ blue 130

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

Shades of Patina #529B82

Tints of Patina #529B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.23%

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

R = 22.34%
G = 42.23%
B = 35.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#529B82 (or 0x529B82) is known color: Patina. HEX triplet: 52, 9B and 82. RGB value is (82,155,130). Sum of RGB (Red+Green+Blue) = 82+155+130=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #529B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B82 is #AD647D. Grayscale: #828282. Windows color (decimal): -11363454 or 8559442. OLE color: 8559442.

HSL color Cylindrical-coordinate representation of color #529B82: hue angle of 159.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B82 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 130 -
CMYK 0.47 0 0.16 0.39
HSL 159.45º 0.31% 0.46% -
HSV(B) 159.45º 0.47% 0.61% -
XYZ 19.23 26.85 25.29 -
YUV 130.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 82 155 130 0.47 0 0.16 0.39 159.45 0.31 0.46
Hex 52 9B 82 2F 0 10 27 9F 1F 2E
Octal 122 233 202 57 0 20 47 237 37 56
Binary 1010010 10011011 10000010 101111 0 10000 100111 10011111 11111 101110

Color Harmonies of #529B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B82

Black with #529B82

Text Example


Text Example

White with #529B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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