#52987A

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

Shades of Patina #52987A

Tints of Patina #52987A

Color information

#52987A (or 0x52987A) is unknown color: approx Patina. HEX triplet: 52, 98 and 7A. RGB value is (82,152,122). Sum of RGB (Red+Green+Blue) = 82+152+122=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #52987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52987A is #AD6785. Grayscale: #7F7F7F. Windows color (decimal): -11364230 or 8034386. OLE color: 8034386.

HSL color Cylindrical-coordinate representation of color #52987A: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52987A is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB82152122-
CMYK0.4600.200.40
HSL154.29º29.91%45.88%-
HSV(B)154.29º46.05%59.61%-
XYZ18.2225.6622.4-
YUV127.65124.8195.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=23.03%
G=42.70%
B=34.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521220.4600.200.40154.2929.9145.88
Hex52987A2E014289a1e2e
Octal12223017256024502323656
Binary10100101001100011110101011100101001010001001101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52987A; }

 p { color: rgb(82,152,122); }

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

<style>
 a { background-color: #52987A; }

 a { background-color: rgb(82,152,122); }

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

<style>
 span { border-color: #52987A; }

 span { border-color: rgb(82,152,122); }

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