#86558D

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

Shades of Trendy Pink #86558D

Tints of Trendy Pink #86558D

Color information

#86558D (or 0x86558D) is unknown color: approx Trendy Pink. HEX triplet: 86, 55 and 8D. RGB value is (134,85,141). Sum of RGB (Red+Green+Blue) = 134+85+141=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #86558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86558D is #79AA72. Grayscale: #696969. Windows color (decimal): -7973491 or 9262470. OLE color: 9262470.

HSL color Cylindrical-coordinate representation of color #86558D: hue angle of 292.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86558D is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13485141-
CMYK0.050.4000.45
HSL292.5º24.78%44.31%-
HSV(B)292.5º39.72%55.29%-
XYZ17.8913.4926.86-
YUV106.03147.73147.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=37.22%
G=23.61%
B=39.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134851410.050.4000.45292.524.7844.31
Hex86558D52802D124192c
Octal2061252155500554443154
Binary10000110101010110001101101101000010110110010010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86558D; }

 p { color: rgb(134,85,141); }

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

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

 a { background-color: rgb(134,85,141); }

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

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

 span { border-color: rgb(134,85,141); }

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