#856487

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

Shades of Trendy Pink #856487

Tints of Trendy Pink #856487

Color information

#856487 (or 0x856487) is unknown color: approx Trendy Pink. HEX triplet: 85, 64 and 87. RGB value is (133,100,135). Sum of RGB (Red+Green+Blue) = 133+100+135=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #856487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856487 is #7A9B78. Grayscale: #717171. Windows color (decimal): -8035193 or 8873093. OLE color: 8873093.

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

Color convert

RGB133100135-
CMYK0.010.2600.47
HSL296.57º14.89%46.08%-
HSV(B)296.57º25.93%52.94%-
XYZ18.615.8525-
YUV113.86139.93141.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=36.14%
G=27.17%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331001350.010.2600.47296.5714.8946.08
Hex85648711A02F129f2e
Octal2051442071320574511756
Binary1000010111001001000011111101001011111001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856487; }

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

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

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

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

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

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

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

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