Shades of Amulet #85987A
Tints of Amulet #85987A
RGB
CMYK
RGB Variations
Color information
#85987A (or 0x85987A) is known color: Amulet. HEX triplet: 85, 98 and 7A. RGB value is (133,152,122). Sum of RGB (Red+Green+Blue) = 133+152+122=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #85987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85987A is #7A6785. Grayscale: #8E8E8E. Windows color (decimal): -8021894 or 8034437. OLE color: 8034437.
HSL color Cylindrical-coordinate representation of color #85987A: hue angle of 98º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85987A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 122 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.40 |
| HSL | 98º | 0.13% | 0.54% | - |
| HSV(B) | 98º | 0.2% | 0.6% | - |
| XYZ | 24.41 | 28.85 | 22.69 | - |
| YUV | 142.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 122 | 0.13 | 0 | 0.20 | 0.40 | 98 | 0.13 | 0.54 |
| Hex | 85 | 98 | 7A | D | 0 | 14 | 28 | 62 | D | 36 |
| Octal | 205 | 230 | 172 | 15 | 0 | 24 | 50 | 142 | 15 | 66 |
| Binary | 10000101 | 10011000 | 1111010 | 1101 | 0 | 10100 | 101000 | 1100010 | 1101 | 110110 |
Color Harmonies of #85987A
Complementary color
Monochromatic Colors of #85987A
Black with #85987A
Text Example
Text Example
White with #85987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85987A; }
p { color: rgb(133,152,122); }
H1.HeaderClassName
{
color: #85987A;
}
.AnyTagClassName
{
color: #85987A;
}
</style>
background-color css
<style>
a { background-color: #85987A; }
a { background-color: rgb(133,152,122); }
div.DivClassName
{
background-color: #85987A;
}
.BgClassName
{
background-color: #85987A;
}
</style>
border-color css
<style>
span { border-color: #85987A; }
span { border-color: rgb(133,152,122); }
td.TdClassName
{
border-color: #85987A;
}
.TagClassName
{
border-color: #85987A;
}
</style>