Shades of Amulet #859C82
Tints of Amulet #859C82
RGB
CMYK
RGB Variations
Color information
#859C82 (or 0x859C82) is known color: Amulet. HEX triplet: 85, 9C and 82. RGB value is (133,156,130). Sum of RGB (Red+Green+Blue) = 133+156+130=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #859C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C82 is #7A637D. Grayscale: #929292. Windows color (decimal): -8020862 or 8559749. OLE color: 8559749.
HSL color Cylindrical-coordinate representation of color #859C82: hue angle of 113.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #859C82 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 130 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.39 |
| HSL | 113.08º | 0.12% | 0.56% | - |
| HSV(B) | 113.08º | 0.17% | 0.61% | - |
| XYZ | 25.59 | 30.38 | 25.63 | - |
| YUV | 146.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 130 | 0.15 | 0 | 0.17 | 0.39 | 113.08 | 0.12 | 0.56 |
| Hex | 85 | 9C | 82 | F | 0 | 11 | 27 | 71 | C | 38 |
| Octal | 205 | 234 | 202 | 17 | 0 | 21 | 47 | 161 | 14 | 70 |
| Binary | 10000101 | 10011100 | 10000010 | 1111 | 0 | 10001 | 100111 | 1110001 | 1100 | 111000 |
Color Harmonies of #859C82
Complementary color
Monochromatic Colors of #859C82
Black with #859C82
Text Example
Text Example
White with #859C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C82; }
p { color: rgb(133,156,130); }
H1.HeaderClassName
{
color: #859C82;
}
.AnyTagClassName
{
color: #859C82;
}
</style>
background-color css
<style>
a { background-color: #859C82; }
a { background-color: rgb(133,156,130); }
div.DivClassName
{
background-color: #859C82;
}
.BgClassName
{
background-color: #859C82;
}
</style>
border-color css
<style>
span { border-color: #859C82; }
span { border-color: rgb(133,156,130); }
td.TdClassName
{
border-color: #859C82;
}
.TagClassName
{
border-color: #859C82;
}
</style>