Shades of Solid Pink #85555B
Tints of Solid Pink #85555B
RGB
CMYK
RGB Variations
Color information
#85555B (or 0x85555B) is known color: Solid Pink. HEX triplet: 85, 55 and 5B. RGB value is (133,85,91). Sum of RGB (Red+Green+Blue) = 133+85+91=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85555B is #7AAAA4. Grayscale: #646464. Windows color (decimal): -8039077 or 5985669. OLE color: 5985669.
HSL color Cylindrical-coordinate representation of color #85555B: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85555B is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 91 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.48 |
| HSL | 352.5º | 0.22% | 0.43% | - |
| HSV(B) | 352.5º | 0.36% | 0.52% | - |
| XYZ | 14.81 | 12.24 | 11.48 | - |
| YUV | 100.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 91 | 0 | 0.36 | 0.32 | 0.48 | 352.5 | 0.22 | 0.43 |
| Hex | 85 | 55 | 5B | 0 | 24 | 20 | 30 | 160 | 16 | 2B |
| Octal | 205 | 125 | 133 | 0 | 44 | 40 | 60 | 540 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1011011 | 0 | 100100 | 100000 | 110000 | 101100000 | 10110 | 101011 |
Color Harmonies of #85555B
Complementary color
Monochromatic Colors of #85555B
Black with #85555B
Text Example
Text Example
White with #85555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85555B; }
p { color: rgb(133,85,91); }
H1.HeaderClassName
{
color: #85555B;
}
.AnyTagClassName
{
color: #85555B;
}
</style>
background-color css
<style>
a { background-color: #85555B; }
a { background-color: rgb(133,85,91); }
div.DivClassName
{
background-color: #85555B;
}
.BgClassName
{
background-color: #85555B;
}
</style>
border-color css
<style>
span { border-color: #85555B; }
span { border-color: rgb(133,85,91); }
td.TdClassName
{
border-color: #85555B;
}
.TagClassName
{
border-color: #85555B;
}
</style>