Shades of Trendy Pink #85588C
Tints of Trendy Pink #85588C
RGB
CMYK
RGB Variations
Color information
#85588C (or 0x85588C) is known color: Trendy Pink. HEX triplet: 85, 58 and 8C. RGB value is (133,88,140). Sum of RGB (Red+Green+Blue) = 133+88+140=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #85588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85588C is #7AA773. Grayscale: #6B6B6B. Windows color (decimal): -8038260 or 9197701. OLE color: 9197701.
HSL color Cylindrical-coordinate representation of color #85588C: hue angle of 291.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85588C is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 88 | 140 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.45 |
| HSL | 291.92º | 0.23% | 0.45% | - |
| HSV(B) | 291.92º | 0.37% | 0.55% | - |
| XYZ | 17.9 | 13.86 | 26.54 | - |
| YUV | 107.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 140 | 0.05 | 0.37 | 0 | 0.45 | 291.92 | 0.23 | 0.45 |
| Hex | 85 | 58 | 8C | 5 | 25 | 0 | 2D | 124 | 17 | 2D |
| Octal | 205 | 130 | 214 | 5 | 45 | 0 | 55 | 444 | 27 | 55 |
| Binary | 10000101 | 1011000 | 10001100 | 101 | 100101 | 0 | 101101 | 100100100 | 10111 | 101101 |
Color Harmonies of #85588C
Complementary color
Monochromatic Colors of #85588C
Black with #85588C
Text Example
Text Example
White with #85588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85588C; }
p { color: rgb(133,88,140); }
H1.HeaderClassName
{
color: #85588C;
}
.AnyTagClassName
{
color: #85588C;
}
</style>
background-color css
<style>
a { background-color: #85588C; }
a { background-color: rgb(133,88,140); }
div.DivClassName
{
background-color: #85588C;
}
.BgClassName
{
background-color: #85588C;
}
</style>
border-color css
<style>
span { border-color: #85588C; }
span { border-color: rgb(133,88,140); }
td.TdClassName
{
border-color: #85588C;
}
.TagClassName
{
border-color: #85588C;
}
</style>