#52A48B

Color #52A48B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #52A48B

Tints of Patina #52A48B

Color information

#52A48B (or 0x52A48B) is unknown color: approx Patina. HEX triplet: 52, A4 and 8B. RGB value is (82,164,139). Sum of RGB (Red+Green+Blue) = 82+164+139=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #52A48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A48B is #AD5B74. Grayscale: #888888. Windows color (decimal): -11361141 or 9151570. OLE color: 9151570.

HSL color Cylindrical-coordinate representation of color #52A48B: hue angle of 161.71º 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 #52A48B is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB82164139-
CMYK0.500.150.36
HSL161.71º33.33%48.24%-
HSV(B)161.71º50%64.31%-
XYZ21.4230.2129.13-
YUV136.63129.3389.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=21.30%
G=42.60%
B=36.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641390.500.150.36161.7133.3348.24
Hex52A48B320F24a22130
Octal12224421362017442424160
Binary101001010100100100010111100100111110010010100010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52A48B;
 }
 .AnyTagClassName
 {
   color: #52A48B;
 }
</style>
background-color css

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

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

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

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

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

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