Shades of Trendy Pink #85568E
Tints of Trendy Pink #85568E
RGB
CMYK
RGB Variations
Color information
#85568E (or 0x85568E) is known color: Trendy Pink. HEX triplet: 85, 56 and 8E. RGB value is (133,86,142). Sum of RGB (Red+Green+Blue) = 133+86+142=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #85568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85568E is #7AA971. Grayscale: #6A6A6A. Windows color (decimal): -8038770 or 9328261. OLE color: 9328261.
HSL color Cylindrical-coordinate representation of color #85568E: hue angle of 290.36º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85568E is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 86 | 142 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.44 |
| HSL | 290.36º | 0.25% | 0.45% | - |
| HSV(B) | 290.36º | 0.39% | 0.56% | - |
| XYZ | 17.88 | 13.6 | 27.27 | - |
| YUV | 106.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 142 | 0.06 | 0.39 | 0 | 0.44 | 290.36 | 0.25 | 0.45 |
| Hex | 85 | 56 | 8E | 6 | 27 | 0 | 2C | 122 | 19 | 2D |
| Octal | 205 | 126 | 216 | 6 | 47 | 0 | 54 | 442 | 31 | 55 |
| Binary | 10000101 | 1010110 | 10001110 | 110 | 100111 | 0 | 101100 | 100100010 | 11001 | 101101 |
Color Harmonies of #85568E
Complementary color
Monochromatic Colors of #85568E
Black with #85568E
Text Example
Text Example
White with #85568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85568E; }
p { color: rgb(133,86,142); }
H1.HeaderClassName
{
color: #85568E;
}
.AnyTagClassName
{
color: #85568E;
}
</style>
background-color css
<style>
a { background-color: #85568E; }
a { background-color: rgb(133,86,142); }
div.DivClassName
{
background-color: #85568E;
}
.BgClassName
{
background-color: #85568E;
}
</style>
border-color css
<style>
span { border-color: #85568E; }
span { border-color: rgb(133,86,142); }
td.TdClassName
{
border-color: #85568E;
}
.TagClassName
{
border-color: #85568E;
}
</style>