Shades of Trendy Pink #80557A
Tints of Trendy Pink #80557A
RGB
CMYK
RGB Variations
Color information
#80557A (or 0x80557A) is known color: Trendy Pink. HEX triplet: 80, 55 and 7A. RGB value is (128,85,122). Sum of RGB (Red+Green+Blue) = 128+85+122=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #80557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80557A is #7FAA85. Grayscale: #656565. Windows color (decimal): -8366726 or 8017280. OLE color: 8017280.
HSL color Cylindrical-coordinate representation of color #80557A: hue angle of 308.37º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80557A is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 122 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.50 |
| HSL | 308.37º | 0.2% | 0.42% | - |
| HSV(B) | 308.37º | 0.34% | 0.5% | - |
| XYZ | 15.66 | 12.49 | 20 | - |
| YUV | 102.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 122 | 0 | 0.34 | 0.05 | 0.50 | 308.37 | 0.2 | 0.42 |
| Hex | 80 | 55 | 7A | 0 | 22 | 5 | 32 | 134 | 14 | 2A |
| Octal | 200 | 125 | 172 | 0 | 42 | 5 | 62 | 464 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1111010 | 0 | 100010 | 101 | 110010 | 100110100 | 10100 | 101010 |
Color Harmonies of #80557A
Complementary color
Monochromatic Colors of #80557A
Black with #80557A
Text Example
Text Example
White with #80557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80557A; }
p { color: rgb(128,85,122); }
H1.HeaderClassName
{
color: #80557A;
}
.AnyTagClassName
{
color: #80557A;
}
</style>
background-color css
<style>
a { background-color: #80557A; }
a { background-color: rgb(128,85,122); }
div.DivClassName
{
background-color: #80557A;
}
.BgClassName
{
background-color: #80557A;
}
</style>
border-color css
<style>
span { border-color: #80557A; }
span { border-color: rgb(128,85,122); }
td.TdClassName
{
border-color: #80557A;
}
.TagClassName
{
border-color: #80557A;
}
</style>