Shades of Trendy Pink #85557B
Tints of Trendy Pink #85557B
RGB
CMYK
RGB Variations
Color information
#85557B (or 0x85557B) is known color: Trendy Pink. HEX triplet: 85, 55 and 7B. RGB value is (133,85,123). Sum of RGB (Red+Green+Blue) = 133+85+123=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85557B is #7AAA84. Grayscale: #676767. Windows color (decimal): -8039045 or 8082821. OLE color: 8082821.
HSL color Cylindrical-coordinate representation of color #85557B: hue angle of 312.5º 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 #85557B is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 123 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.48 |
| HSL | 312.5º | 0.22% | 0.43% | - |
| HSV(B) | 312.5º | 0.36% | 0.52% | - |
| XYZ | 16.5 | 12.91 | 20.36 | - |
| YUV | 103.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 123 | 0 | 0.36 | 0.08 | 0.48 | 312.5 | 0.22 | 0.43 |
| Hex | 85 | 55 | 7B | 0 | 24 | 8 | 30 | 138 | 16 | 2B |
| Octal | 205 | 125 | 173 | 0 | 44 | 10 | 60 | 470 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1111011 | 0 | 100100 | 1000 | 110000 | 100111000 | 10110 | 101011 |
Color Harmonies of #85557B
Complementary color
Monochromatic Colors of #85557B
Black with #85557B
Text Example
Text Example
White with #85557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85557B; }
p { color: rgb(133,85,123); }
H1.HeaderClassName
{
color: #85557B;
}
.AnyTagClassName
{
color: #85557B;
}
</style>
background-color css
<style>
a { background-color: #85557B; }
a { background-color: rgb(133,85,123); }
div.DivClassName
{
background-color: #85557B;
}
.BgClassName
{
background-color: #85557B;
}
</style>
border-color css
<style>
span { border-color: #85557B; }
span { border-color: rgb(133,85,123); }
td.TdClassName
{
border-color: #85557B;
}
.TagClassName
{
border-color: #85557B;
}
</style>