Shades of Solid Pink #805559
Tints of Solid Pink #805559
RGB
CMYK
RGB Variations
Color information
#805559 (or 0x805559) is known color: Solid Pink. HEX triplet: 80, 55 and 59. RGB value is (128,85,89). Sum of RGB (Red+Green+Blue) = 128+85+89=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #805559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805559 is #7FAAA6. Grayscale: #626262. Windows color (decimal): -8366759 or 5854592. OLE color: 5854592.
HSL color Cylindrical-coordinate representation of color #805559: hue angle of 354.42º 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 #805559 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 89 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.50 |
| HSL | 354.42º | 0.2% | 0.42% | - |
| HSV(B) | 354.42º | 0.34% | 0.5% | - |
| XYZ | 13.95 | 11.81 | 10.99 | - |
| YUV | 98.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 89 | 0 | 0.34 | 0.30 | 0.50 | 354.42 | 0.2 | 0.42 |
| Hex | 80 | 55 | 59 | 0 | 22 | 1E | 32 | 162 | 14 | 2A |
| Octal | 200 | 125 | 131 | 0 | 42 | 36 | 62 | 542 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1011001 | 0 | 100010 | 11110 | 110010 | 101100010 | 10100 | 101010 |
Color Harmonies of #805559
Complementary color
Monochromatic Colors of #805559
Black with #805559
Text Example
Text Example
White with #805559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805559; }
p { color: rgb(128,85,89); }
H1.HeaderClassName
{
color: #805559;
}
.AnyTagClassName
{
color: #805559;
}
</style>
background-color css
<style>
a { background-color: #805559; }
a { background-color: rgb(128,85,89); }
div.DivClassName
{
background-color: #805559;
}
.BgClassName
{
background-color: #805559;
}
</style>
border-color css
<style>
span { border-color: #805559; }
span { border-color: rgb(128,85,89); }
td.TdClassName
{
border-color: #805559;
}
.TagClassName
{
border-color: #805559;
}
</style>