Shades of Amulet #859D82
Tints of Amulet #859D82
RGB
CMYK
RGB Variations
Color information
#859D82 (or 0x859D82) is known color: Amulet. HEX triplet: 85, 9D and 82. RGB value is (133,157,130). Sum of RGB (Red+Green+Blue) = 133+157+130=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #859D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859D82 is #7A627D. Grayscale: #929292. Windows color (decimal): -8020606 or 8560005. OLE color: 8560005.
HSL color Cylindrical-coordinate representation of color #859D82: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #859D82 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 130 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.38 |
| HSL | 113.33º | 0.12% | 0.56% | - |
| HSV(B) | 113.33º | 0.17% | 0.62% | - |
| XYZ | 25.76 | 30.71 | 25.69 | - |
| YUV | 146.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 130 | 0.15 | 0 | 0.17 | 0.38 | 113.33 | 0.12 | 0.56 |
| Hex | 85 | 9D | 82 | F | 0 | 11 | 26 | 71 | C | 38 |
| Octal | 205 | 235 | 202 | 17 | 0 | 21 | 46 | 161 | 14 | 70 |
| Binary | 10000101 | 10011101 | 10000010 | 1111 | 0 | 10001 | 100110 | 1110001 | 1100 | 111000 |
Color Harmonies of #859D82
Complementary color
Monochromatic Colors of #859D82
Black with #859D82
Text Example
Text Example
White with #859D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D82; }
p { color: rgb(133,157,130); }
H1.HeaderClassName
{
color: #859D82;
}
.AnyTagClassName
{
color: #859D82;
}
</style>
background-color css
<style>
a { background-color: #859D82; }
a { background-color: rgb(133,157,130); }
div.DivClassName
{
background-color: #859D82;
}
.BgClassName
{
background-color: #859D82;
}
</style>
border-color css
<style>
span { border-color: #859D82; }
span { border-color: rgb(133,157,130); }
td.TdClassName
{
border-color: #859D82;
}
.TagClassName
{
border-color: #859D82;
}
</style>