#80527C

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

Shades of Trendy Pink #80527C

Tints of Trendy Pink #80527C

Color information

#80527C (or 0x80527C) is unknown color: approx Trendy Pink. HEX triplet: 80, 52 and 7C. RGB value is (128,82,124). Sum of RGB (Red+Green+Blue) = 128+82+124=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #80527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80527C is #7FAD83. Grayscale: #646464. Windows color (decimal): -8367492 or 8147584. OLE color: 8147584.

HSL color Cylindrical-coordinate representation of color #80527C: hue angle of 305.22º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80527C is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12882124-
CMYK00.360.030.50
HSL305.22º21.9%41.18%-
HSV(B)305.22º35.94%50.2%-
XYZ15.5612.0820.58-
YUV100.54141.24147.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=38.32%
G=24.55%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288212400.360.030.50305.2221.941.18
Hex80527C0243321311629
Octal2001221740443624612651
Binary100000001010010111110001001001111001010011000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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