Html Css Color HEX #529B81 Patina

📋 copy color: '#529B81'

red 82 ◦ green 155 ◦ blue 129

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

Shades of Patina #529B81

Tints of Patina #529B81

RGB

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

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

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

R = 22.4%
G = 42.35%
B = 35.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#529B81 (or 0x529B81) is known color: Patina. HEX triplet: 52, 9B and 81. RGB value is (82,155,129). Sum of RGB (Red+Green+Blue) = 82+155+129=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #529B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B81 is #AD647E. Grayscale: #828282. Windows color (decimal): -11363455 or 8493906. OLE color: 8493906.

HSL color Cylindrical-coordinate representation of color #529B81: hue angle of 158.63º 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 #529B81 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 129 -
CMYK 0.47 0 0.17 0.39
HSL 158.63º 0.31% 0.46% -
HSV(B) 158.63º 0.47% 0.61% -
XYZ 19.16 26.82 24.94 -
YUV 130.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 82 155 129 0.47 0 0.17 0.39 158.63 0.31 0.46
Hex 52 9B 81 2F 0 11 27 9F 1F 2E
Octal 122 233 201 57 0 21 47 237 37 56
Binary 1010010 10011011 10000001 101111 0 10001 100111 10011111 11111 101110

Color Harmonies of #529B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B81

Black with #529B81

Text Example


Text Example

White with #529B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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