#855678

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

Shades of Trendy Pink #855678

Tints of Trendy Pink #855678

Color information

#855678 (or 0x855678) is unknown color: approx Trendy Pink. HEX triplet: 85, 56 and 78. RGB value is (133,86,120). Sum of RGB (Red+Green+Blue) = 133+86+120=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855678 is #7AA987. Grayscale: #676767. Windows color (decimal): -8038792 or 7886469. OLE color: 7886469.

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

Color convert

RGB13386120-
CMYK00.350.100.48
HSL316.6º21.46%42.94%-
HSV(B)316.6º35.34%52.16%-
XYZ16.391319.41-
YUV103.93137.07148.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=39.23%
G=25.37%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338612000.350.100.48316.621.4642.94
Hex855678023A3013d152b
Octal20512617004312604752553
Binary10000101101011011110000100011101011000010011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855678; }

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

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

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

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

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

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

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

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