Shades of Trendy Pink #805D86
Tints of Trendy Pink #805D86
RGB
CMYK
RGB Variations
Color information
#805D86 (or 0x805D86) is known color: Trendy Pink. HEX triplet: 80, 5D and 86. RGB value is (128,93,134). Sum of RGB (Red+Green+Blue) = 128+93+134=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #805D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805D86 is #7FA279. Grayscale: #6C6C6C. Windows color (decimal): -8364666 or 8805760. OLE color: 8805760.
HSL color Cylindrical-coordinate representation of color #805D86: hue angle of 291.22º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805D86 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 93 | 134 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.47 |
| HSL | 291.22º | 0.18% | 0.45% | - |
| HSV(B) | 291.22º | 0.31% | 0.53% | - |
| XYZ | 17.12 | 14.14 | 24.38 | - |
| YUV | 108.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 134 | 0.04 | 0.31 | 0 | 0.47 | 291.22 | 0.18 | 0.45 |
| Hex | 80 | 5D | 86 | 4 | 1F | 0 | 2F | 123 | 12 | 2D |
| Octal | 200 | 135 | 206 | 4 | 37 | 0 | 57 | 443 | 22 | 55 |
| Binary | 10000000 | 1011101 | 10000110 | 100 | 11111 | 0 | 101111 | 100100011 | 10010 | 101101 |
Color Harmonies of #805D86
Complementary color
Monochromatic Colors of #805D86
Black with #805D86
Text Example
Text Example
White with #805D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D86; }
p { color: rgb(128,93,134); }
H1.HeaderClassName
{
color: #805D86;
}
.AnyTagClassName
{
color: #805D86;
}
</style>
background-color css
<style>
a { background-color: #805D86; }
a { background-color: rgb(128,93,134); }
div.DivClassName
{
background-color: #805D86;
}
.BgClassName
{
background-color: #805D86;
}
</style>
border-color css
<style>
span { border-color: #805D86; }
span { border-color: rgb(128,93,134); }
td.TdClassName
{
border-color: #805D86;
}
.TagClassName
{
border-color: #805D86;
}
</style>