Html Css Color HEX #52A486 Patina

📋 copy color: '#52A486'

red 82 ◦ green 164 ◦ blue 134

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

Shades of Patina #52A486

Tints of Patina #52A486

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.16%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 21.58%
G = 43.16%
B = 35.26%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#52A486 (or 0x52A486) is known color: Patina. HEX triplet: 52, A4 and 86. RGB value is (82,164,134). Sum of RGB (Red+Green+Blue) = 82+164+134=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #52A486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A486 is #AD5B79. Grayscale: #888888. Windows color (decimal): -11361146 or 8823890. OLE color: 8823890.

HSL color Cylindrical-coordinate representation of color #52A486: hue angle of 158.05º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A486 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 134 -
CMYK 0.5 0 0.18 0.36
HSL 158.05º 0.33% 0.48% -
HSV(B) 158.05º 0.5% 0.64% -
XYZ 21.06 30.07 27.25 -
YUV 136.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 82 164 134 0.5 0 0.18 0.36 158.05 0.33 0.48
Hex 52 A4 86 32 0 12 24 9E 21 30
Octal 122 244 206 62 0 22 44 236 41 60
Binary 1010010 10100100 10000110 110010 0 10010 100100 10011110 100001 110000

Color Harmonies of #52A486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A486

Black with #52A486

Text Example


Text Example

White with #52A486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A486; }

 p { color: rgb(82,164,134); }

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

background-color css

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

 a { background-color: rgb(82,164,134); }

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

border-color css

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

 span { border-color: rgb(82,164,134); }

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