Shades of Solid Pink #85585C
Tints of Solid Pink #85585C
RGB
CMYK
RGB Variations
Color information
#85585C (or 0x85585C) is known color: Solid Pink. HEX triplet: 85, 58 and 5C. RGB value is (133,88,92). Sum of RGB (Red+Green+Blue) = 133+88+92=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85585C is #7AA7A3. Grayscale: #656565. Windows color (decimal): -8038308 or 6051973. OLE color: 6051973.
HSL color Cylindrical-coordinate representation of color #85585C: hue angle of 354.67º 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 #85585C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 92 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.48 |
| HSL | 354.67º | 0.2% | 0.43% | - |
| HSV(B) | 354.67º | 0.34% | 0.52% | - |
| XYZ | 15.09 | 12.74 | 11.79 | - |
| YUV | 101.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 92 | 0 | 0.34 | 0.31 | 0.48 | 354.67 | 0.2 | 0.43 |
| Hex | 85 | 58 | 5C | 0 | 22 | 1F | 30 | 163 | 14 | 2B |
| Octal | 205 | 130 | 134 | 0 | 42 | 37 | 60 | 543 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1011100 | 0 | 100010 | 11111 | 110000 | 101100011 | 10100 | 101011 |
Color Harmonies of #85585C
Complementary color
Monochromatic Colors of #85585C
Black with #85585C
Text Example
Text Example
White with #85585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85585C; }
p { color: rgb(133,88,92); }
H1.HeaderClassName
{
color: #85585C;
}
.AnyTagClassName
{
color: #85585C;
}
</style>
background-color css
<style>
a { background-color: #85585C; }
a { background-color: rgb(133,88,92); }
div.DivClassName
{
background-color: #85585C;
}
.BgClassName
{
background-color: #85585C;
}
</style>
border-color css
<style>
span { border-color: #85585C; }
span { border-color: rgb(133,88,92); }
td.TdClassName
{
border-color: #85585C;
}
.TagClassName
{
border-color: #85585C;
}
</style>