Shades of Trendy Pink #85567B
Tints of Trendy Pink #85567B
RGB
CMYK
RGB Variations
Color information
#85567B (or 0x85567B) is known color: Trendy Pink. HEX triplet: 85, 56 and 7B. RGB value is (133,86,123). Sum of RGB (Red+Green+Blue) = 133+86+123=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85567B is #7AA984. Grayscale: #686868. Windows color (decimal): -8038789 or 8083077. OLE color: 8083077.
HSL color Cylindrical-coordinate representation of color #85567B: hue angle of 312.77º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85567B is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 123 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.48 |
| HSL | 312.77º | 0.21% | 0.43% | - |
| HSV(B) | 312.77º | 0.35% | 0.52% | - |
| XYZ | 16.58 | 13.07 | 20.39 | - |
| YUV | 104.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 123 | 0 | 0.35 | 0.08 | 0.48 | 312.77 | 0.21 | 0.43 |
| Hex | 85 | 56 | 7B | 0 | 23 | 8 | 30 | 139 | 15 | 2B |
| Octal | 205 | 126 | 173 | 0 | 43 | 10 | 60 | 471 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1111011 | 0 | 100011 | 1000 | 110000 | 100111001 | 10101 | 101011 |
Color Harmonies of #85567B
Complementary color
Monochromatic Colors of #85567B
Black with #85567B
Text Example
Text Example
White with #85567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85567B; }
p { color: rgb(133,86,123); }
H1.HeaderClassName
{
color: #85567B;
}
.AnyTagClassName
{
color: #85567B;
}
</style>
background-color css
<style>
a { background-color: #85567B; }
a { background-color: rgb(133,86,123); }
div.DivClassName
{
background-color: #85567B;
}
.BgClassName
{
background-color: #85567B;
}
</style>
border-color css
<style>
span { border-color: #85567B; }
span { border-color: rgb(133,86,123); }
td.TdClassName
{
border-color: #85567B;
}
.TagClassName
{
border-color: #85567B;
}
</style>