Shades of Trendy Pink #85568B
Tints of Trendy Pink #85568B
RGB
CMYK
RGB Variations
Color information
#85568B (or 0x85568B) is known color: Trendy Pink. HEX triplet: 85, 56 and 8B. RGB value is (133,86,139). Sum of RGB (Red+Green+Blue) = 133+86+139=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #85568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85568B is #7AA974. Grayscale: #696969. Windows color (decimal): -8038773 or 9131653. OLE color: 9131653.
HSL color Cylindrical-coordinate representation of color #85568B: hue angle of 293.21º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85568B is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 86 | 139 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.45 |
| HSL | 293.21º | 0.24% | 0.44% | - |
| HSV(B) | 293.21º | 0.38% | 0.55% | - |
| XYZ | 17.66 | 13.51 | 26.1 | - |
| YUV | 106.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 139 | 0.04 | 0.38 | 0 | 0.45 | 293.21 | 0.24 | 0.44 |
| Hex | 85 | 56 | 8B | 4 | 26 | 0 | 2D | 125 | 18 | 2C |
| Octal | 205 | 126 | 213 | 4 | 46 | 0 | 55 | 445 | 30 | 54 |
| Binary | 10000101 | 1010110 | 10001011 | 100 | 100110 | 0 | 101101 | 100100101 | 11000 | 101100 |
Color Harmonies of #85568B
Complementary color
Monochromatic Colors of #85568B
Black with #85568B
Text Example
Text Example
White with #85568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85568B; }
p { color: rgb(133,86,139); }
H1.HeaderClassName
{
color: #85568B;
}
.AnyTagClassName
{
color: #85568B;
}
</style>
background-color css
<style>
a { background-color: #85568B; }
a { background-color: rgb(133,86,139); }
div.DivClassName
{
background-color: #85568B;
}
.BgClassName
{
background-color: #85568B;
}
</style>
border-color css
<style>
span { border-color: #85568B; }
span { border-color: rgb(133,86,139); }
td.TdClassName
{
border-color: #85568B;
}
.TagClassName
{
border-color: #85568B;
}
</style>