#52987E

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

Shades of Patina #52987E

Tints of Patina #52987E

Color information

#52987E (or 0x52987E) is unknown color: approx Patina. HEX triplet: 52, 98 and 7E. RGB value is (82,152,126). Sum of RGB (Red+Green+Blue) = 82+152+126=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #52987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52987E is #AD6781. Grayscale: #808080. Windows color (decimal): -11364226 or 8296530. OLE color: 8296530.

HSL color Cylindrical-coordinate representation of color #52987E: hue angle of 157.71º 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 #52987E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB82152126-
CMYK0.4600.170.40
HSL157.71º29.91%45.88%-
HSV(B)157.71º46.05%59.61%-
XYZ18.4725.7623.74-
YUV128.11126.8195.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 126 (49.61% from 255) = 35%
R=22.78%
G=42.22%
B=35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521260.4600.170.40157.7129.9145.88
Hex52987E2E011289e1e2e
Octal12223017656021502363656
Binary10100101001100011111101011100100011010001001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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