#52A687

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

Shades of Patina #52A687

Tints of Patina #52A687

Color information

#52A687 (or 0x52A687) is unknown color: approx Patina. HEX triplet: 52, A6 and 87. RGB value is (82,166,135). Sum of RGB (Red+Green+Blue) = 82+166+135=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #52A687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A687 is #AD5978. Grayscale: #898989. Windows color (decimal): -11360633 or 8889938. OLE color: 8889938.

HSL color Cylindrical-coordinate representation of color #52A687: hue angle of 157.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A687 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB82166135-
CMYK0.5100.190.35
HSL157.86º33.87%48.63%-
HSV(B)157.86º50.6%65.1%-
XYZ21.4930.8227.74-
YUV137.35126.6788.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=21.41%
G=43.34%
B=35.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661350.5100.190.35157.8633.8748.63
Hex52A68733013239e2231
Octal12224620763023432364261
Binary1010010101001101000011111001101001110001110011110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,166,135); }

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

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

 a { background-color: rgb(82,166,135); }

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

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

 span { border-color: rgb(82,166,135); }

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