Shades of Trendy Pink #85558A
Tints of Trendy Pink #85558A
RGB
CMYK
RGB Variations
Color information
#85558A (or 0x85558A) is known color: Trendy Pink. HEX triplet: 85, 55 and 8A. RGB value is (133,85,138). Sum of RGB (Red+Green+Blue) = 133+85+138=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #85558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85558A is #7AAA75. Grayscale: #696969. Windows color (decimal): -8039030 or 9065861. OLE color: 9065861.
HSL color Cylindrical-coordinate representation of color #85558A: hue angle of 294.34º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85558A is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 85 | 138 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.46 |
| HSL | 294.34º | 0.24% | 0.44% | - |
| HSV(B) | 294.34º | 0.38% | 0.54% | - |
| XYZ | 17.51 | 13.32 | 25.69 | - |
| YUV | 105.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 138 | 0.04 | 0.38 | 0 | 0.46 | 294.34 | 0.24 | 0.44 |
| Hex | 85 | 55 | 8A | 4 | 26 | 0 | 2E | 126 | 18 | 2C |
| Octal | 205 | 125 | 212 | 4 | 46 | 0 | 56 | 446 | 30 | 54 |
| Binary | 10000101 | 1010101 | 10001010 | 100 | 100110 | 0 | 101110 | 100100110 | 11000 | 101100 |
Color Harmonies of #85558A
Complementary color
Monochromatic Colors of #85558A
Black with #85558A
Text Example
Text Example
White with #85558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85558A; }
p { color: rgb(133,85,138); }
H1.HeaderClassName
{
color: #85558A;
}
.AnyTagClassName
{
color: #85558A;
}
</style>
background-color css
<style>
a { background-color: #85558A; }
a { background-color: rgb(133,85,138); }
div.DivClassName
{
background-color: #85558A;
}
.BgClassName
{
background-color: #85558A;
}
</style>
border-color css
<style>
span { border-color: #85558A; }
span { border-color: rgb(133,85,138); }
td.TdClassName
{
border-color: #85558A;
}
.TagClassName
{
border-color: #85558A;
}
</style>