Shades of Trendy Pink #85578A
Tints of Trendy Pink #85578A
RGB
CMYK
RGB Variations
Color information
#85578A (or 0x85578A) is known color: Trendy Pink. HEX triplet: 85, 57 and 8A. RGB value is (133,87,138). Sum of RGB (Red+Green+Blue) = 133+87+138=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #85578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85578A is #7AA875. Grayscale: #6A6A6A. Windows color (decimal): -8038518 or 9066373. OLE color: 9066373.
HSL color Cylindrical-coordinate representation of color #85578A: hue angle of 294.12º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85578A is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 87 | 138 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.46 |
| HSL | 294.12º | 0.23% | 0.44% | - |
| HSV(B) | 294.12º | 0.37% | 0.54% | - |
| XYZ | 17.67 | 13.64 | 25.75 | - |
| YUV | 106.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 138 | 0.04 | 0.37 | 0 | 0.46 | 294.12 | 0.23 | 0.44 |
| Hex | 85 | 57 | 8A | 4 | 25 | 0 | 2E | 126 | 17 | 2C |
| Octal | 205 | 127 | 212 | 4 | 45 | 0 | 56 | 446 | 27 | 54 |
| Binary | 10000101 | 1010111 | 10001010 | 100 | 100101 | 0 | 101110 | 100100110 | 10111 | 101100 |
Color Harmonies of #85578A
Complementary color
Monochromatic Colors of #85578A
Black with #85578A
Text Example
Text Example
White with #85578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85578A; }
p { color: rgb(133,87,138); }
H1.HeaderClassName
{
color: #85578A;
}
.AnyTagClassName
{
color: #85578A;
}
</style>
background-color css
<style>
a { background-color: #85578A; }
a { background-color: rgb(133,87,138); }
div.DivClassName
{
background-color: #85578A;
}
.BgClassName
{
background-color: #85578A;
}
</style>
border-color css
<style>
span { border-color: #85578A; }
span { border-color: rgb(133,87,138); }
td.TdClassName
{
border-color: #85578A;
}
.TagClassName
{
border-color: #85578A;
}
</style>