Shades of Amulet #859981
Tints of Amulet #859981
RGB
CMYK
RGB Variations
Color information
#859981 (or 0x859981) is known color: Amulet. HEX triplet: 85, 99 and 81. RGB value is (133,153,129). Sum of RGB (Red+Green+Blue) = 133+153+129=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #859981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859981 is #7A667E. Grayscale: #909090. Windows color (decimal): -8021631 or 8493445. OLE color: 8493445.
HSL color Cylindrical-coordinate representation of color #859981: hue angle of 110º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859981 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 129 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.4 |
| HSL | 110º | 0.11% | 0.55% | - |
| HSV(B) | 110º | 0.16% | 0.6% | - |
| XYZ | 25.03 | 29.35 | 25.12 | - |
| YUV | 144.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 129 | 0.13 | 0 | 0.16 | 0.4 | 110 | 0.11 | 0.55 |
| Hex | 85 | 99 | 81 | D | 0 | 10 | 28 | 6E | B | 37 |
| Octal | 205 | 231 | 201 | 15 | 0 | 20 | 50 | 156 | 13 | 67 |
| Binary | 10000101 | 10011001 | 10000001 | 1101 | 0 | 10000 | 101000 | 1101110 | 1011 | 110111 |
Color Harmonies of #859981
Complementary color
Monochromatic Colors of #859981
Black with #859981
Text Example
Text Example
White with #859981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859981; }
p { color: rgb(133,153,129); }
H1.HeaderClassName
{
color: #859981;
}
.AnyTagClassName
{
color: #859981;
}
</style>
background-color css
<style>
a { background-color: #859981; }
a { background-color: rgb(133,153,129); }
div.DivClassName
{
background-color: #859981;
}
.BgClassName
{
background-color: #859981;
}
</style>
border-color css
<style>
span { border-color: #859981; }
span { border-color: rgb(133,153,129); }
td.TdClassName
{
border-color: #859981;
}
.TagClassName
{
border-color: #859981;
}
</style>