#52977C

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

Shades of Patina #52977C

Tints of Patina #52977C

Color information

#52977C (or 0x52977C) is unknown color: approx Patina. HEX triplet: 52, 97 and 7C. RGB value is (82,151,124). Sum of RGB (Red+Green+Blue) = 82+151+124=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #52977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52977C is #AD6883. Grayscale: #7F7F7F. Windows color (decimal): -11364484 or 8165202. OLE color: 8165202.

HSL color Cylindrical-coordinate representation of color #52977C: hue angle of 156.52º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52977C is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB82151124-
CMYK0.4600.180.41
HSL156.52º29.61%45.69%-
HSV(B)156.52º45.7%59.22%-
XYZ18.1825.3823.01-
YUV127.29126.1495.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=22.97%
G=42.30%
B=34.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511240.4600.180.41156.5229.6145.69
Hex52977C2E012299d1e2e
Octal12222717456022512353656
Binary10100101001011111111001011100100101010011001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52977C; }

 p { color: rgb(82,151,124); }

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

<style>
 a { background-color: #52977C; }

 a { background-color: rgb(82,151,124); }

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

<style>
 span { border-color: #52977C; }

 span { border-color: rgb(82,151,124); }

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