Shades of Trendy Pink #85527B
Tints of Trendy Pink #85527B
RGB
CMYK
RGB Variations
Color information
#85527B (or 0x85527B) is known color: Trendy Pink. HEX triplet: 85, 52 and 7B. RGB value is (133,82,123). Sum of RGB (Red+Green+Blue) = 133+82+123=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85527B is #7AAD84. Grayscale: #656565. Windows color (decimal): -8039813 or 8082053. OLE color: 8082053.
HSL color Cylindrical-coordinate representation of color #85527B: hue angle of 311.76º 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 #85527B is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 123 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.48 |
| HSL | 311.76º | 0.24% | 0.42% | - |
| HSV(B) | 311.76º | 0.38% | 0.52% | - |
| XYZ | 16.27 | 12.45 | 20.28 | - |
| YUV | 101.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 123 | 0 | 0.38 | 0.08 | 0.48 | 311.76 | 0.24 | 0.42 |
| Hex | 85 | 52 | 7B | 0 | 26 | 8 | 30 | 138 | 18 | 2A |
| Octal | 205 | 122 | 173 | 0 | 46 | 10 | 60 | 470 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1111011 | 0 | 100110 | 1000 | 110000 | 100111000 | 11000 | 101010 |
Color Harmonies of #85527B
Complementary color
Monochromatic Colors of #85527B
Black with #85527B
Text Example
Text Example
White with #85527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85527B; }
p { color: rgb(133,82,123); }
H1.HeaderClassName
{
color: #85527B;
}
.AnyTagClassName
{
color: #85527B;
}
</style>
background-color css
<style>
a { background-color: #85527B; }
a { background-color: rgb(133,82,123); }
div.DivClassName
{
background-color: #85527B;
}
.BgClassName
{
background-color: #85527B;
}
</style>
border-color css
<style>
span { border-color: #85527B; }
span { border-color: rgb(133,82,123); }
td.TdClassName
{
border-color: #85527B;
}
.TagClassName
{
border-color: #85527B;
}
</style>