#80527E

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

Shades of Trendy Pink #80527E

Tints of Trendy Pink #80527E

Color information

#80527E (or 0x80527E) is unknown color: approx Trendy Pink. HEX triplet: 80, 52 and 7E. RGB value is (128,82,126). Sum of RGB (Red+Green+Blue) = 128+82+126=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80527E is #7FAD81. Grayscale: #646464. Windows color (decimal): -8367490 or 8278656. OLE color: 8278656.

HSL color Cylindrical-coordinate representation of color #80527E: hue angle of 302.61º 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 #80527E is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12882126-
CMYK00.360.020.50
HSL302.61º21.9%41.18%-
HSV(B)302.61º35.94%50.2%-
XYZ15.6912.1321.25-
YUV100.77142.24147.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=38.10%
G=24.40%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288212600.360.020.50302.6121.941.18
Hex80527E02423212f1629
Octal2001221760442624572651
Binary100000001010010111111001001001011001010010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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