Shades of Trendy Pink #855589
Tints of Trendy Pink #855589
RGB
CMYK
RGB Variations
Color information
#855589 (or 0x855589) is known color: Trendy Pink. HEX triplet: 85, 55 and 89. RGB value is (133,85,137). Sum of RGB (Red+Green+Blue) = 133+85+137=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #855589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855589 is #7AAA76. Grayscale: #696969. Windows color (decimal): -8039031 or 9000325. OLE color: 9000325.
HSL color Cylindrical-coordinate representation of color #855589: hue angle of 295.38º degrees, saturation: 0.23, 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 #855589 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 85 | 137 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.46 |
| HSL | 295.38º | 0.23% | 0.44% | - |
| HSV(B) | 295.38º | 0.38% | 0.54% | - |
| XYZ | 17.44 | 13.29 | 25.31 | - |
| YUV | 105.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 137 | 0.03 | 0.38 | 0 | 0.46 | 295.38 | 0.23 | 0.44 |
| Hex | 85 | 55 | 89 | 3 | 26 | 0 | 2E | 127 | 17 | 2C |
| Octal | 205 | 125 | 211 | 3 | 46 | 0 | 56 | 447 | 27 | 54 |
| Binary | 10000101 | 1010101 | 10001001 | 11 | 100110 | 0 | 101110 | 100100111 | 10111 | 101100 |
Color Harmonies of #855589
Complementary color
Monochromatic Colors of #855589
Black with #855589
Text Example
Text Example
White with #855589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855589; }
p { color: rgb(133,85,137); }
H1.HeaderClassName
{
color: #855589;
}
.AnyTagClassName
{
color: #855589;
}
</style>
background-color css
<style>
a { background-color: #855589; }
a { background-color: rgb(133,85,137); }
div.DivClassName
{
background-color: #855589;
}
.BgClassName
{
background-color: #855589;
}
</style>
border-color css
<style>
span { border-color: #855589; }
span { border-color: rgb(133,85,137); }
td.TdClassName
{
border-color: #855589;
}
.TagClassName
{
border-color: #855589;
}
</style>