#52927C

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

Shades of Patina #52927C

Tints of Patina #52927C

Color information

#52927C (or 0x52927C) is unknown color: approx Patina. HEX triplet: 52, 92 and 7C. RGB value is (82,146,124). Sum of RGB (Red+Green+Blue) = 82+146+124=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #52927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52927C is #AD6D83. Grayscale: #7C7C7C. Windows color (decimal): -11365764 or 8163922. OLE color: 8163922.

HSL color Cylindrical-coordinate representation of color #52927C: hue angle of 159.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52927C is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB82146124-
CMYK0.4400.150.43
HSL159.38º28.07%44.71%-
HSV(B)159.38º43.84%57.25%-
XYZ17.423.8122.75-
YUV124.36127.897.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=23.30%
G=41.48%
B=35.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821461240.4400.150.43159.3828.0744.71
Hex52927C2C0F2B9f1c2d
Octal12222217454017532373455
Binary1010010100100101111100101100011111010111001111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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