Shades of Trendy Pink #85537E
Tints of Trendy Pink #85537E
RGB
CMYK
RGB Variations
Color information
#85537E (or 0x85537E) is known color: Trendy Pink. HEX triplet: 85, 53 and 7E. RGB value is (133,83,126). Sum of RGB (Red+Green+Blue) = 133+83+126=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85537E is #7AAC81. Grayscale: #666666. Windows color (decimal): -8039554 or 8278917. OLE color: 8278917.
HSL color Cylindrical-coordinate representation of color #85537E: hue angle of 308.4º degrees, saturation: 0.23, 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 #85537E is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 126 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.48 |
| HSL | 308.4º | 0.23% | 0.42% | - |
| HSV(B) | 308.4º | 0.38% | 0.52% | - |
| XYZ | 16.53 | 12.68 | 21.31 | - |
| YUV | 102.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 126 | 0 | 0.38 | 0.05 | 0.48 | 308.4 | 0.23 | 0.42 |
| Hex | 85 | 53 | 7E | 0 | 26 | 5 | 30 | 134 | 17 | 2A |
| Octal | 205 | 123 | 176 | 0 | 46 | 5 | 60 | 464 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1111110 | 0 | 100110 | 101 | 110000 | 100110100 | 10111 | 101010 |
Color Harmonies of #85537E
Complementary color
Monochromatic Colors of #85537E
Black with #85537E
Text Example
Text Example
White with #85537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85537E; }
p { color: rgb(133,83,126); }
H1.HeaderClassName
{
color: #85537E;
}
.AnyTagClassName
{
color: #85537E;
}
</style>
background-color css
<style>
a { background-color: #85537E; }
a { background-color: rgb(133,83,126); }
div.DivClassName
{
background-color: #85537E;
}
.BgClassName
{
background-color: #85537E;
}
</style>
border-color css
<style>
span { border-color: #85537E; }
span { border-color: rgb(133,83,126); }
td.TdClassName
{
border-color: #85537E;
}
.TagClassName
{
border-color: #85537E;
}
</style>