#805E84

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

Shades of Trendy Pink #805E84

Tints of Trendy Pink #805E84

Color information

#805E84 (or 0x805E84) is unknown color: approx Trendy Pink. HEX triplet: 80, 5E and 84. RGB value is (128,94,132). Sum of RGB (Red+Green+Blue) = 128+94+132=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #805E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E84 is #7FA17B. Grayscale: #6C6C6C. Windows color (decimal): -8364412 or 8674944. OLE color: 8674944.

HSL color Cylindrical-coordinate representation of color #805E84: hue angle of 293.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #805E84 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12894132-
CMYK0.030.2900.48
HSL293.68º16.81%44.31%-
HSV(B)293.68º28.79%51.76%-
XYZ17.0714.2623.68-
YUV108.5141.26141.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=36.16%
G=26.55%
B=37.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128941320.030.2900.48293.6816.8144.31
Hex805E8431D030126112c
Octal2001362043350604462154
Binary100000001011110100001001111101011000010010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E84; }

 p { color: rgb(128,94,132); }

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

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

 a { background-color: rgb(128,94,132); }

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

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

 span { border-color: rgb(128,94,132); }

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