Shades of Trendy Pink #86557D
Tints of Trendy Pink #86557D
RGB
CMYK
RGB Variations
Color information
#86557D (or 0x86557D) is known color: Trendy Pink. HEX triplet: 86, 55 and 7D. RGB value is (134,85,125). Sum of RGB (Red+Green+Blue) = 134+85+125=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86557D is #79AA82. Grayscale: #686868. Windows color (decimal): -7973507 or 8213894. OLE color: 8213894.
HSL color Cylindrical-coordinate representation of color #86557D: hue angle of 311.02º 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 #86557D is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 125 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.47 |
| HSL | 311.02º | 0.22% | 0.43% | - |
| HSV(B) | 311.02º | 0.37% | 0.53% | - |
| XYZ | 16.78 | 13.05 | 21.04 | - |
| YUV | 104.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 125 | 0 | 0.37 | 0.07 | 0.47 | 311.02 | 0.22 | 0.43 |
| Hex | 86 | 55 | 7D | 0 | 25 | 7 | 2F | 137 | 16 | 2B |
| Octal | 206 | 125 | 175 | 0 | 45 | 7 | 57 | 467 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1111101 | 0 | 100101 | 111 | 101111 | 100110111 | 10110 | 101011 |
Color Harmonies of #86557D
Complementary color
Monochromatic Colors of #86557D
Black with #86557D
Text Example
Text Example
White with #86557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86557D; }
p { color: rgb(134,85,125); }
H1.HeaderClassName
{
color: #86557D;
}
.AnyTagClassName
{
color: #86557D;
}
</style>
background-color css
<style>
a { background-color: #86557D; }
a { background-color: rgb(134,85,125); }
div.DivClassName
{
background-color: #86557D;
}
.BgClassName
{
background-color: #86557D;
}
</style>
border-color css
<style>
span { border-color: #86557D; }
span { border-color: rgb(134,85,125); }
td.TdClassName
{
border-color: #86557D;
}
.TagClassName
{
border-color: #86557D;
}
</style>