#80557D

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

Shades of Trendy Pink #80557D

Tints of Trendy Pink #80557D

Color information

#80557D (or 0x80557D) is unknown color: approx Trendy Pink. HEX triplet: 80, 55 and 7D. RGB value is (128,85,125). Sum of RGB (Red+Green+Blue) = 128+85+125=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80557D is #7FAA82. Grayscale: #666666. Windows color (decimal): -8366723 or 8213888. OLE color: 8213888.

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

Color convert

RGB12885125-
CMYK00.340.020.50
HSL304.19º20.19%41.76%-
HSV(B)304.19º33.59%50.2%-
XYZ15.8512.5720.99-
YUV102.42140.75146.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=37.87%
G=25.15%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288512500.340.020.50304.1920.1941.76
Hex80557D022232130142a
Octal2001251750422624602452
Binary100000001010101111110101000101011001010011000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80557D; }

 p { color: rgb(128,85,125); }

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

<style>
 a { background-color: #80557D; }

 a { background-color: rgb(128,85,125); }

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

<style>
 span { border-color: #80557D; }

 span { border-color: rgb(128,85,125); }

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