#855787

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

Shades of Trendy Pink #855787

Tints of Trendy Pink #855787

Color information

#855787 (or 0x855787) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 87. RGB value is (133,87,135). Sum of RGB (Red+Green+Blue) = 133+87+135=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #855787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855787 is #7AA878. Grayscale: #6A6A6A. Windows color (decimal): -8038521 or 8869765. OLE color: 8869765.

HSL color Cylindrical-coordinate representation of color #855787: hue angle of 297.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855787 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13387135-
CMYK0.010.3600.47
HSL297.5º21.62%43.53%-
HSV(B)297.5º35.56%52.94%-
XYZ17.4513.5524.62-
YUV106.23144.24147.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=37.46%
G=24.51%
B=38.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133871350.010.3600.47297.521.6243.53
Hex85578712402F12a162c
Octal2051272071440574522654
Binary100001011010111100001111100100010111110010101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855787; }

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

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

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

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

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

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

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

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