Html Css Color HEX #529F85 Patina

📋 copy color: '#529F85'

red 82 ◦ green 159 ◦ blue 133

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

Shades of Patina #529F85

Tints of Patina #529F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 21.93%
G = 42.51%
B = 35.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#529F85 (or 0x529F85) is known color: Patina. HEX triplet: 52, 9F and 85. RGB value is (82,159,133). Sum of RGB (Red+Green+Blue) = 82+159+133=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #529F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F85 is #AD607A. Grayscale: #858585. Windows color (decimal): -11362427 or 8757074. OLE color: 8757074.

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

Color convert

RGB 82 159 133 -
CMYK 0.48 0 0.16 0.38
HSL 159.74º 0.32% 0.47% -
HSV(B) 159.74º 0.48% 0.62% -
XYZ 20.11 28.28 26.59 -
YUV 133.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 82 159 133 0.48 0 0.16 0.38 159.74 0.32 0.47
Hex 52 9F 85 30 0 10 26 A0 20 2F
Octal 122 237 205 60 0 20 46 240 40 57
Binary 1010010 10011111 10000101 110000 0 10000 100110 10100000 100000 101111

Color Harmonies of #529F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F85

Black with #529F85

Text Example


Text Example

White with #529F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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