Shades of Solid Pink #855057
Tints of Solid Pink #855057
RGB
CMYK
RGB Variations
Color information
#855057 (or 0x855057) is known color: Solid Pink. HEX triplet: 85, 50 and 57. RGB value is (133,80,87). Sum of RGB (Red+Green+Blue) = 133+80+87=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855057 is #7AAFA8. Grayscale: #606060. Windows color (decimal): -8040361 or 5722245. OLE color: 5722245.
HSL color Cylindrical-coordinate representation of color #855057: hue angle of 352.08º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855057 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 87 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.48 |
| HSL | 352.08º | 0.25% | 0.42% | - |
| HSV(B) | 352.08º | 0.4% | 0.52% | - |
| XYZ | 14.26 | 11.41 | 10.47 | - |
| YUV | 96.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 87 | 0 | 0.40 | 0.35 | 0.48 | 352.08 | 0.25 | 0.42 |
| Hex | 85 | 50 | 57 | 0 | 28 | 23 | 30 | 160 | 19 | 2A |
| Octal | 205 | 120 | 127 | 0 | 50 | 43 | 60 | 540 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1010111 | 0 | 101000 | 100011 | 110000 | 101100000 | 11001 | 101010 |
Color Harmonies of #855057
Complementary color
Monochromatic Colors of #855057
Black with #855057
Text Example
Text Example
White with #855057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855057; }
p { color: rgb(133,80,87); }
H1.HeaderClassName
{
color: #855057;
}
.AnyTagClassName
{
color: #855057;
}
</style>
background-color css
<style>
a { background-color: #855057; }
a { background-color: rgb(133,80,87); }
div.DivClassName
{
background-color: #855057;
}
.BgClassName
{
background-color: #855057;
}
</style>
border-color css
<style>
span { border-color: #855057; }
span { border-color: rgb(133,80,87); }
td.TdClassName
{
border-color: #855057;
}
.TagClassName
{
border-color: #855057;
}
</style>