#80567E

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

Shades of Trendy Pink #80567E

Tints of Trendy Pink #80567E

Color information

#80567E (or 0x80567E) is unknown color: approx Trendy Pink. HEX triplet: 80, 56 and 7E. RGB value is (128,86,126). Sum of RGB (Red+Green+Blue) = 128+86+126=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80567E is #7FA981. Grayscale: #666666. Windows color (decimal): -8366466 or 8279680. OLE color: 8279680.

HSL color Cylindrical-coordinate representation of color #80567E: hue angle of 302.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80567E is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12886126-
CMYK00.330.020.50
HSL302.86º19.63%41.96%-
HSV(B)302.86º32.81%50.2%-
XYZ1612.7521.36-
YUV103.12140.91145.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=37.65%
G=25.29%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288612600.330.020.50302.8619.6341.96
Hex80567E02123212f142a
Octal2001261760412624572452
Binary100000001010110111111001000011011001010010111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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