Shades of Trendy Pink #85557A
Tints of Trendy Pink #85557A
RGB
CMYK
RGB Variations
Color information
#85557A (or 0x85557A) is known color: Trendy Pink. HEX triplet: 85, 55 and 7A. RGB value is (133,85,122). Sum of RGB (Red+Green+Blue) = 133+85+122=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85557A is #7AAA85. Grayscale: #676767. Windows color (decimal): -8039046 or 8017285. OLE color: 8017285.
HSL color Cylindrical-coordinate representation of color #85557A: hue angle of 313.75º 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 #85557A is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 122 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.48 |
| HSL | 313.75º | 0.22% | 0.43% | - |
| HSV(B) | 313.75º | 0.36% | 0.52% | - |
| XYZ | 16.43 | 12.89 | 20.03 | - |
| YUV | 103.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 122 | 0 | 0.36 | 0.08 | 0.48 | 313.75 | 0.22 | 0.43 |
| Hex | 85 | 55 | 7A | 0 | 24 | 8 | 30 | 13A | 16 | 2B |
| Octal | 205 | 125 | 172 | 0 | 44 | 10 | 60 | 472 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1111010 | 0 | 100100 | 1000 | 110000 | 100111010 | 10110 | 101011 |
Color Harmonies of #85557A
Complementary color
Monochromatic Colors of #85557A
Black with #85557A
Text Example
Text Example
White with #85557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85557A; }
p { color: rgb(133,85,122); }
H1.HeaderClassName
{
color: #85557A;
}
.AnyTagClassName
{
color: #85557A;
}
</style>
background-color css
<style>
a { background-color: #85557A; }
a { background-color: rgb(133,85,122); }
div.DivClassName
{
background-color: #85557A;
}
.BgClassName
{
background-color: #85557A;
}
</style>
border-color css
<style>
span { border-color: #85557A; }
span { border-color: rgb(133,85,122); }
td.TdClassName
{
border-color: #85557A;
}
.TagClassName
{
border-color: #85557A;
}
</style>