Shades of Trendy Pink #85578B
Tints of Trendy Pink #85578B
RGB
CMYK
RGB Variations
Color information
#85578B (or 0x85578B) is known color: Trendy Pink. HEX triplet: 85, 57 and 8B. RGB value is (133,87,139). Sum of RGB (Red+Green+Blue) = 133+87+139=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #85578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85578B is #7AA874. Grayscale: #6A6A6A. Windows color (decimal): -8038517 or 9131909. OLE color: 9131909.
HSL color Cylindrical-coordinate representation of color #85578B: hue angle of 293.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85578B is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 87 | 139 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.45 |
| HSL | 293.08º | 0.23% | 0.44% | - |
| HSV(B) | 293.08º | 0.37% | 0.55% | - |
| XYZ | 17.74 | 13.67 | 26.13 | - |
| YUV | 106.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 139 | 0.04 | 0.37 | 0 | 0.45 | 293.08 | 0.23 | 0.44 |
| Hex | 85 | 57 | 8B | 4 | 25 | 0 | 2D | 125 | 17 | 2C |
| Octal | 205 | 127 | 213 | 4 | 45 | 0 | 55 | 445 | 27 | 54 |
| Binary | 10000101 | 1010111 | 10001011 | 100 | 100101 | 0 | 101101 | 100100101 | 10111 | 101100 |
Color Harmonies of #85578B
Complementary color
Monochromatic Colors of #85578B
Black with #85578B
Text Example
Text Example
White with #85578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85578B; }
p { color: rgb(133,87,139); }
H1.HeaderClassName
{
color: #85578B;
}
.AnyTagClassName
{
color: #85578B;
}
</style>
background-color css
<style>
a { background-color: #85578B; }
a { background-color: rgb(133,87,139); }
div.DivClassName
{
background-color: #85578B;
}
.BgClassName
{
background-color: #85578B;
}
</style>
border-color css
<style>
span { border-color: #85578B; }
span { border-color: rgb(133,87,139); }
td.TdClassName
{
border-color: #85578B;
}
.TagClassName
{
border-color: #85578B;
}
</style>