Html Css Color HEX #52A58B Patina

📋 copy color: '#52A58B'

red 82 ◦ green 165 ◦ blue 139

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

Shades of Patina #52A58B

Tints of Patina #52A58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 21.24%
G = 42.75%
B = 36.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#52A58B (or 0x52A58B) is known color: Patina. HEX triplet: 52, A5 and 8B. RGB value is (82,165,139). Sum of RGB (Red+Green+Blue) = 82+165+139=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #52A58B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A58B is #AD5A74. Grayscale: #898989. Windows color (decimal): -11360885 or 9151826. OLE color: 9151826.

HSL color Cylindrical-coordinate representation of color #52A58B: hue angle of 161.2º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A58B is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 165 139 -
CMYK 0.50 0 0.16 0.35
HSL 161.2º 0.34% 0.48% -
HSV(B) 161.2º 0.5% 0.65% -
XYZ 21.6 30.57 29.19 -
YUV 137.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 82 165 139 0.50 0 0.16 0.35 161.2 0.34 0.48
Hex 52 A5 8B 32 0 10 23 A1 22 30
Octal 122 245 213 62 0 20 43 241 42 60
Binary 1010010 10100101 10001011 110010 0 10000 100011 10100001 100010 110000

Color Harmonies of #52A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A58B

Black with #52A58B

Text Example


Text Example

White with #52A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,165,139); }

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

background-color css

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

 a { background-color: rgb(82,165,139); }

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

border-color css

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

 span { border-color: rgb(82,165,139); }

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