Shades of Solid Pink #85565B
Tints of Solid Pink #85565B
RGB
CMYK
RGB Variations
Color information
#85565B (or 0x85565B) is known color: Solid Pink. HEX triplet: 85, 56 and 5B. RGB value is (133,86,91). Sum of RGB (Red+Green+Blue) = 133+86+91=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85565B is #7AA9A4. Grayscale: #646464. Windows color (decimal): -8038821 or 5985925. OLE color: 5985925.
HSL color Cylindrical-coordinate representation of color #85565B: hue angle of 353.62º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85565B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 91 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.48 |
| HSL | 353.62º | 0.21% | 0.43% | - |
| HSV(B) | 353.62º | 0.35% | 0.52% | - |
| XYZ | 14.89 | 12.4 | 11.51 | - |
| YUV | 100.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 91 | 0 | 0.35 | 0.32 | 0.48 | 353.62 | 0.21 | 0.43 |
| Hex | 85 | 56 | 5B | 0 | 23 | 20 | 30 | 162 | 15 | 2B |
| Octal | 205 | 126 | 133 | 0 | 43 | 40 | 60 | 542 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1011011 | 0 | 100011 | 100000 | 110000 | 101100010 | 10101 | 101011 |
Color Harmonies of #85565B
Complementary color
Monochromatic Colors of #85565B
Black with #85565B
Text Example
Text Example
White with #85565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85565B; }
p { color: rgb(133,86,91); }
H1.HeaderClassName
{
color: #85565B;
}
.AnyTagClassName
{
color: #85565B;
}
</style>
background-color css
<style>
a { background-color: #85565B; }
a { background-color: rgb(133,86,91); }
div.DivClassName
{
background-color: #85565B;
}
.BgClassName
{
background-color: #85565B;
}
</style>
border-color css
<style>
span { border-color: #85565B; }
span { border-color: rgb(133,86,91); }
td.TdClassName
{
border-color: #85565B;
}
.TagClassName
{
border-color: #85565B;
}
</style>