Shades of Trendy Pink #85557C
Tints of Trendy Pink #85557C
RGB
CMYK
RGB Variations
Color information
#85557C (or 0x85557C) is known color: Trendy Pink. HEX triplet: 85, 55 and 7C. RGB value is (133,85,124). Sum of RGB (Red+Green+Blue) = 133+85+124=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85557C is #7AAA83. Grayscale: #676767. Windows color (decimal): -8039044 or 8148357. OLE color: 8148357.
HSL color Cylindrical-coordinate representation of color #85557C: hue angle of 311.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85557C is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 124 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.48 |
| HSL | 311.25º | 0.22% | 0.43% | - |
| HSV(B) | 311.25º | 0.36% | 0.52% | - |
| XYZ | 16.56 | 12.94 | 20.69 | - |
| YUV | 103.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 124 | 0 | 0.36 | 0.07 | 0.48 | 311.25 | 0.22 | 0.43 |
| Hex | 85 | 55 | 7C | 0 | 24 | 7 | 30 | 137 | 16 | 2B |
| Octal | 205 | 125 | 174 | 0 | 44 | 7 | 60 | 467 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1111100 | 0 | 100100 | 111 | 110000 | 100110111 | 10110 | 101011 |
Color Harmonies of #85557C
Complementary color
Monochromatic Colors of #85557C
Black with #85557C
Text Example
Text Example
White with #85557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85557C; }
p { color: rgb(133,85,124); }
H1.HeaderClassName
{
color: #85557C;
}
.AnyTagClassName
{
color: #85557C;
}
</style>
background-color css
<style>
a { background-color: #85557C; }
a { background-color: rgb(133,85,124); }
div.DivClassName
{
background-color: #85557C;
}
.BgClassName
{
background-color: #85557C;
}
</style>
border-color css
<style>
span { border-color: #85557C; }
span { border-color: rgb(133,85,124); }
td.TdClassName
{
border-color: #85557C;
}
.TagClassName
{
border-color: #85557C;
}
</style>