#855679

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

Shades of Trendy Pink #855679

Tints of Trendy Pink #855679

Color information

#855679 (or 0x855679) is unknown color: approx Trendy Pink. HEX triplet: 85, 56 and 79. RGB value is (133,86,121). Sum of RGB (Red+Green+Blue) = 133+86+121=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855679 is #7AA986. Grayscale: #676767. Windows color (decimal): -8038791 or 7952005. OLE color: 7952005.

HSL color Cylindrical-coordinate representation of color #855679: hue angle of 315.32º 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 #855679 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13386121-
CMYK00.350.090.48
HSL315.32º21.46%42.94%-
HSV(B)315.32º35.34%52.16%-
XYZ16.4513.0219.74-
YUV104.04137.57148.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=39.12%
G=25.29%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338612100.350.090.48315.3221.4642.94
Hex85567902393013b152b
Octal20512617104311604732553
Binary10000101101011011110010100011100111000010011101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855679; }

 p { color: rgb(133,86,121); }

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

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

 a { background-color: rgb(133,86,121); }

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

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

 span { border-color: rgb(133,86,121); }

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