#80587C

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

Shades of Trendy Pink #80587C

Tints of Trendy Pink #80587C

Color information

#80587C (or 0x80587C) is unknown color: approx Trendy Pink. HEX triplet: 80, 58 and 7C. RGB value is (128,88,124). Sum of RGB (Red+Green+Blue) = 128+88+124=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80587C is #7FA783. Grayscale: #676767. Windows color (decimal): -8365956 or 8149120. OLE color: 8149120.

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

Color convert

RGB12888124-
CMYK00.310.030.50
HSL306º18.52%42.35%-
HSV(B)306º31.25%50.2%-
XYZ16.0313.0220.74-
YUV104.06139.25145.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=37.65%
G=25.88%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288812400.310.030.5030618.5242.35
Hex80587C01F332132132a
Octal2001301740373624622352
Binary10000000101100011111000111111111001010011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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