#805086

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

Shades of Trendy Pink #805086

Tints of Trendy Pink #805086

Color information

#805086 (or 0x805086) is unknown color: approx Trendy Pink. HEX triplet: 80, 50 and 86. RGB value is (128,80,134). Sum of RGB (Red+Green+Blue) = 128+80+134=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #805086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805086 is #7FAF79. Grayscale: #646464. Windows color (decimal): -8367994 or 8802432. OLE color: 8802432.

HSL color Cylindrical-coordinate representation of color #805086: hue angle of 293.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #805086 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12880134-
CMYK0.040.4000.47
HSL293.33º25.23%41.96%-
HSV(B)293.33º40.3%52.55%-
XYZ16.0712.0524.03-
YUV100.51146.9147.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=37.43%
G=23.39%
B=39.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128801340.040.4000.47293.3325.2341.96
Hex80508642802F125192a
Octal2001202064500574453152
Binary10000000101000010000110100101000010111110010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805086; }

 p { color: rgb(128,80,134); }

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

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

 a { background-color: rgb(128,80,134); }

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

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

 span { border-color: rgb(128,80,134); }

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