Shades of Amulet #85957B
Tints of Amulet #85957B
RGB
CMYK
RGB Variations
Color information
#85957B (or 0x85957B) is known color: Amulet. HEX triplet: 85, 95 and 7B. RGB value is (133,149,123). Sum of RGB (Red+Green+Blue) = 133+149+123=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #85957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85957B is #7A6A84. Grayscale: #8D8D8D. Windows color (decimal): -8022661 or 8099205. OLE color: 8099205.
HSL color Cylindrical-coordinate representation of color #85957B: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85957B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 123 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.42 |
| HSL | 96.92º | 0.11% | 0.53% | - |
| HSV(B) | 96.92º | 0.17% | 0.58% | - |
| XYZ | 24 | 27.91 | 22.86 | - |
| YUV | 141.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 123 | 0.11 | 0 | 0.17 | 0.42 | 96.92 | 0.11 | 0.53 |
| Hex | 85 | 95 | 7B | B | 0 | 11 | 2A | 61 | B | 35 |
| Octal | 205 | 225 | 173 | 13 | 0 | 21 | 52 | 141 | 13 | 65 |
| Binary | 10000101 | 10010101 | 1111011 | 1011 | 0 | 10001 | 101010 | 1100001 | 1011 | 110101 |
Color Harmonies of #85957B
Complementary color
Monochromatic Colors of #85957B
Black with #85957B
Text Example
Text Example
White with #85957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85957B; }
p { color: rgb(133,149,123); }
H1.HeaderClassName
{
color: #85957B;
}
.AnyTagClassName
{
color: #85957B;
}
</style>
background-color css
<style>
a { background-color: #85957B; }
a { background-color: rgb(133,149,123); }
div.DivClassName
{
background-color: #85957B;
}
.BgClassName
{
background-color: #85957B;
}
</style>
border-color css
<style>
span { border-color: #85957B; }
span { border-color: rgb(133,149,123); }
td.TdClassName
{
border-color: #85957B;
}
.TagClassName
{
border-color: #85957B;
}
</style>