Shades of Trendy Pink #86588C
Tints of Trendy Pink #86588C
RGB
CMYK
RGB Variations
Color information
#86588C (or 0x86588C) is known color: Trendy Pink. HEX triplet: 86, 58 and 8C. RGB value is (134,88,140). Sum of RGB (Red+Green+Blue) = 134+88+140=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #86588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86588C is #79A773. Grayscale: #6B6B6B. Windows color (decimal): -7972724 or 9197702. OLE color: 9197702.
HSL color Cylindrical-coordinate representation of color #86588C: hue angle of 293.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86588C is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 88 | 140 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.45 |
| HSL | 293.08º | 0.23% | 0.45% | - |
| HSV(B) | 293.08º | 0.37% | 0.55% | - |
| XYZ | 18.05 | 13.94 | 26.55 | - |
| YUV | 107.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 140 | 0.04 | 0.37 | 0 | 0.45 | 293.08 | 0.23 | 0.45 |
| Hex | 86 | 58 | 8C | 4 | 25 | 0 | 2D | 125 | 17 | 2D |
| Octal | 206 | 130 | 214 | 4 | 45 | 0 | 55 | 445 | 27 | 55 |
| Binary | 10000110 | 1011000 | 10001100 | 100 | 100101 | 0 | 101101 | 100100101 | 10111 | 101101 |
Color Harmonies of #86588C
Complementary color
Monochromatic Colors of #86588C
Black with #86588C
Text Example
Text Example
White with #86588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86588C; }
p { color: rgb(134,88,140); }
H1.HeaderClassName
{
color: #86588C;
}
.AnyTagClassName
{
color: #86588C;
}
</style>
background-color css
<style>
a { background-color: #86588C; }
a { background-color: rgb(134,88,140); }
div.DivClassName
{
background-color: #86588C;
}
.BgClassName
{
background-color: #86588C;
}
</style>
border-color css
<style>
span { border-color: #86588C; }
span { border-color: rgb(134,88,140); }
td.TdClassName
{
border-color: #86588C;
}
.TagClassName
{
border-color: #86588C;
}
</style>