Shades of Trendy Pink #85527E
Tints of Trendy Pink #85527E
RGB
CMYK
RGB Variations
Color information
#85527E (or 0x85527E) is known color: Trendy Pink. HEX triplet: 85, 52 and 7E. RGB value is (133,82,126). Sum of RGB (Red+Green+Blue) = 133+82+126=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85527E is #7AAD81. Grayscale: #666666. Windows color (decimal): -8039810 or 8278661. OLE color: 8278661.
HSL color Cylindrical-coordinate representation of color #85527E: hue angle of 308.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85527E is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 126 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.48 |
| HSL | 308.24º | 0.24% | 0.42% | - |
| HSV(B) | 308.24º | 0.38% | 0.52% | - |
| XYZ | 16.46 | 12.53 | 21.29 | - |
| YUV | 102.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 126 | 0 | 0.38 | 0.05 | 0.48 | 308.24 | 0.24 | 0.42 |
| Hex | 85 | 52 | 7E | 0 | 26 | 5 | 30 | 134 | 18 | 2A |
| Octal | 205 | 122 | 176 | 0 | 46 | 5 | 60 | 464 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1111110 | 0 | 100110 | 101 | 110000 | 100110100 | 11000 | 101010 |
Color Harmonies of #85527E
Complementary color
Monochromatic Colors of #85527E
Black with #85527E
Text Example
Text Example
White with #85527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85527E; }
p { color: rgb(133,82,126); }
H1.HeaderClassName
{
color: #85527E;
}
.AnyTagClassName
{
color: #85527E;
}
</style>
background-color css
<style>
a { background-color: #85527E; }
a { background-color: rgb(133,82,126); }
div.DivClassName
{
background-color: #85527E;
}
.BgClassName
{
background-color: #85527E;
}
</style>
border-color css
<style>
span { border-color: #85527E; }
span { border-color: rgb(133,82,126); }
td.TdClassName
{
border-color: #85527E;
}
.TagClassName
{
border-color: #85527E;
}
</style>