#856287

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

Shades of Trendy Pink #856287

Tints of Trendy Pink #856287

Color information

#856287 (or 0x856287) is unknown color: approx Trendy Pink. HEX triplet: 85, 62 and 87. RGB value is (133,98,135). Sum of RGB (Red+Green+Blue) = 133+98+135=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #856287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856287 is #7A9D78. Grayscale: #707070. Windows color (decimal): -8035705 or 8872581. OLE color: 8872581.

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

Color convert

RGB13398135-
CMYK0.010.2700.47
HSL296.76º15.88%45.69%-
HSV(B)296.76º27.41%52.94%-
XYZ18.4115.4724.94-
YUV112.68140.6142.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=36.34%
G=26.78%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133981350.010.2700.47296.7615.8845.69
Hex85628711B02F129102e
Octal2051422071330574512056
Binary10000101110001010000111111011010111110010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856287; }

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

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

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

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

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

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

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

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