#86588D

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

Shades of Trendy Pink #86588D

Tints of Trendy Pink #86588D

Color information

#86588D (or 0x86588D) is unknown color: approx Trendy Pink. HEX triplet: 86, 58 and 8D. RGB value is (134,88,141). Sum of RGB (Red+Green+Blue) = 134+88+141=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #86588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86588D is #79A772. Grayscale: #6B6B6B. Windows color (decimal): -7972723 or 9263238. OLE color: 9263238.

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

Color convert

RGB13488141-
CMYK0.050.3800.45
HSL292.08º23.14%44.9%-
HSV(B)292.08º37.59%55.29%-
XYZ18.1313.9726.94-
YUV107.8146.74146.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=36.91%
G=24.24%
B=38.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134881410.050.3800.45292.0823.1444.9
Hex86588D52602D124172d
Octal2061302155460554442755
Binary10000110101100010001101101100110010110110010010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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