#52A085

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

Shades of Patina #52A085

Tints of Patina #52A085

Color information

#52A085 (or 0x52A085) is unknown color: approx Patina. HEX triplet: 52, A0 and 85. RGB value is (82,160,133). Sum of RGB (Red+Green+Blue) = 82+160+133=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #52A085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A085 is #AD5F7A. Grayscale: #858585. Windows color (decimal): -11362171 or 8757330. OLE color: 8757330.

HSL color Cylindrical-coordinate representation of color #52A085: hue angle of 159.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A085 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB82160133-
CMYK0.4900.170.37
HSL159.23º32.23%47.45%-
HSV(B)159.23º48.75%62.75%-
XYZ20.2828.6326.65-
YUV133.6127.6691.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=21.87%
G=42.67%
B=35.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821601330.4900.170.37159.2332.2347.45
Hex52A08531011259f202f
Octal12224020561021452374057
Binary1010010101000001000010111000101000110010110011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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