#52977D

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

Shades of Patina #52977D

Tints of Patina #52977D

Color information

#52977D (or 0x52977D) is unknown color: approx Patina. HEX triplet: 52, 97 and 7D. RGB value is (82,151,125). Sum of RGB (Red+Green+Blue) = 82+151+125=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #52977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52977D is #AD6882. Grayscale: #7F7F7F. Windows color (decimal): -11364483 or 8230738. OLE color: 8230738.

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

Color convert

RGB82151125-
CMYK0.4600.170.41
HSL157.39º29.61%45.69%-
HSV(B)157.39º45.7%59.22%-
XYZ18.2525.4123.34-
YUV127.4126.6495.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=22.91%
G=42.18%
B=34.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511250.4600.170.41157.3929.6145.69
Hex52977D2E011299d1e2e
Octal12222717556021512353656
Binary10100101001011111111011011100100011010011001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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