Shades of Solid Pink #85585B
Tints of Solid Pink #85585B
RGB
CMYK
RGB Variations
Color information
#85585B (or 0x85585B) is known color: Solid Pink. HEX triplet: 85, 58 and 5B. RGB value is (133,88,91). Sum of RGB (Red+Green+Blue) = 133+88+91=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85585B is #7AA7A4. Grayscale: #656565. Windows color (decimal): -8038309 or 5986437. OLE color: 5986437.
HSL color Cylindrical-coordinate representation of color #85585B: hue angle of 356º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85585B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 91 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.48 |
| HSL | 356º | 0.2% | 0.43% | - |
| HSV(B) | 356º | 0.34% | 0.52% | - |
| XYZ | 15.05 | 12.72 | 11.56 | - |
| YUV | 101.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 91 | 0 | 0.34 | 0.32 | 0.48 | 356 | 0.2 | 0.43 |
| Hex | 85 | 58 | 5B | 0 | 22 | 20 | 30 | 164 | 14 | 2B |
| Octal | 205 | 130 | 133 | 0 | 42 | 40 | 60 | 544 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1011011 | 0 | 100010 | 100000 | 110000 | 101100100 | 10100 | 101011 |
Color Harmonies of #85585B
Complementary color
Monochromatic Colors of #85585B
Black with #85585B
Text Example
Text Example
White with #85585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85585B; }
p { color: rgb(133,88,91); }
H1.HeaderClassName
{
color: #85585B;
}
.AnyTagClassName
{
color: #85585B;
}
</style>
background-color css
<style>
a { background-color: #85585B; }
a { background-color: rgb(133,88,91); }
div.DivClassName
{
background-color: #85585B;
}
.BgClassName
{
background-color: #85585B;
}
</style>
border-color css
<style>
span { border-color: #85585B; }
span { border-color: rgb(133,88,91); }
td.TdClassName
{
border-color: #85585B;
}
.TagClassName
{
border-color: #85585B;
}
</style>