Shades of Trendy Pink #86557E
Tints of Trendy Pink #86557E
RGB
CMYK
RGB Variations
Color information
#86557E (or 0x86557E) is known color: Trendy Pink. HEX triplet: 86, 55 and 7E. RGB value is (134,85,126). Sum of RGB (Red+Green+Blue) = 134+85+126=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86557E is #79AA81. Grayscale: #686868. Windows color (decimal): -7973506 or 8279430. OLE color: 8279430.
HSL color Cylindrical-coordinate representation of color #86557E: hue angle of 309.8º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86557E is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 126 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.47 |
| HSL | 309.8º | 0.22% | 0.43% | - |
| HSV(B) | 309.8º | 0.37% | 0.53% | - |
| XYZ | 16.85 | 13.07 | 21.37 | - |
| YUV | 104.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 126 | 0 | 0.37 | 0.06 | 0.47 | 309.8 | 0.22 | 0.43 |
| Hex | 86 | 55 | 7E | 0 | 25 | 6 | 2F | 136 | 16 | 2B |
| Octal | 206 | 125 | 176 | 0 | 45 | 6 | 57 | 466 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1111110 | 0 | 100101 | 110 | 101111 | 100110110 | 10110 | 101011 |
Color Harmonies of #86557E
Complementary color
Monochromatic Colors of #86557E
Black with #86557E
Text Example
Text Example
White with #86557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86557E; }
p { color: rgb(134,85,126); }
H1.HeaderClassName
{
color: #86557E;
}
.AnyTagClassName
{
color: #86557E;
}
</style>
background-color css
<style>
a { background-color: #86557E; }
a { background-color: rgb(134,85,126); }
div.DivClassName
{
background-color: #86557E;
}
.BgClassName
{
background-color: #86557E;
}
</style>
border-color css
<style>
span { border-color: #86557E; }
span { border-color: rgb(134,85,126); }
td.TdClassName
{
border-color: #86557E;
}
.TagClassName
{
border-color: #86557E;
}
</style>