Shades of Trendy Pink #85577B
Tints of Trendy Pink #85577B
RGB
CMYK
RGB Variations
Color information
#85577B (or 0x85577B) is known color: Trendy Pink. HEX triplet: 85, 57 and 7B. RGB value is (133,87,123). Sum of RGB (Red+Green+Blue) = 133+87+123=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577B is #7AA884. Grayscale: #686868. Windows color (decimal): -8038533 or 8083333. OLE color: 8083333.
HSL color Cylindrical-coordinate representation of color #85577B: hue angle of 313.04º 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 #85577B is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 123 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.48 |
| HSL | 313.04º | 0.21% | 0.43% | - |
| HSV(B) | 313.04º | 0.35% | 0.52% | - |
| XYZ | 16.66 | 13.23 | 20.42 | - |
| YUV | 104.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 123 | 0 | 0.35 | 0.08 | 0.48 | 313.04 | 0.21 | 0.43 |
| Hex | 85 | 57 | 7B | 0 | 23 | 8 | 30 | 139 | 15 | 2B |
| Octal | 205 | 127 | 173 | 0 | 43 | 10 | 60 | 471 | 25 | 53 |
| Binary | 10000101 | 1010111 | 1111011 | 0 | 100011 | 1000 | 110000 | 100111001 | 10101 | 101011 |
Color Harmonies of #85577B
Complementary color
Monochromatic Colors of #85577B
Black with #85577B
Text Example
Text Example
White with #85577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85577B; }
p { color: rgb(133,87,123); }
H1.HeaderClassName
{
color: #85577B;
}
.AnyTagClassName
{
color: #85577B;
}
</style>
background-color css
<style>
a { background-color: #85577B; }
a { background-color: rgb(133,87,123); }
div.DivClassName
{
background-color: #85577B;
}
.BgClassName
{
background-color: #85577B;
}
</style>
border-color css
<style>
span { border-color: #85577B; }
span { border-color: rgb(133,87,123); }
td.TdClassName
{
border-color: #85577B;
}
.TagClassName
{
border-color: #85577B;
}
</style>