#52977E

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

Shades of Patina #52977E

Tints of Patina #52977E

Color information

#52977E (or 0x52977E) is unknown color: approx Patina. HEX triplet: 52, 97 and 7E. RGB value is (82,151,126). Sum of RGB (Red+Green+Blue) = 82+151+126=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #52977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52977E is #AD6881. Grayscale: #7F7F7F. Windows color (decimal): -11364482 or 8296274. OLE color: 8296274.

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

Color convert

RGB82151126-
CMYK0.4600.170.41
HSL158.26º29.61%45.69%-
HSV(B)158.26º45.7%59.22%-
XYZ18.3125.4323.68-
YUV127.52127.1495.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=22.84%
G=42.06%
B=35.10%

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
Decimal821511260.4600.170.41158.2629.6145.69
Hex52977E2E011299e1e2e
Octal12222717656021512363656
Binary10100101001011111111101011100100011010011001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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