#805785

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

Shades of Trendy Pink #805785

Tints of Trendy Pink #805785

Color information

#805785 (or 0x805785) is unknown color: approx Trendy Pink. HEX triplet: 80, 57 and 85. RGB value is (128,87,133). Sum of RGB (Red+Green+Blue) = 128+87+133=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #805785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805785 is #7FA87A. Grayscale: #686868. Windows color (decimal): -8366203 or 8738688. OLE color: 8738688.

HSL color Cylindrical-coordinate representation of color #805785: hue angle of 293.48º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805785 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12887133-
CMYK0.040.3500.48
HSL293.48º20.91%43.14%-
HSV(B)293.48º34.59%52.16%-
XYZ16.5413.123.85-
YUV104.5144.08144.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=36.78%
G=25%
B=38.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128871330.040.3500.48293.4820.9143.14
Hex805785423030125152b
Octal2001272054430604452553
Binary10000000101011110000101100100011011000010010010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805785; }

 p { color: rgb(128,87,133); }

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

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

 a { background-color: rgb(128,87,133); }

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

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

 span { border-color: rgb(128,87,133); }

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