Shades of Amulet #899583
Tints of Amulet #899583
RGB
CMYK
RGB Variations
Color information
#899583 (or 0x899583) is known color: Amulet. HEX triplet: 89, 95 and 83. RGB value is (137,149,131). Sum of RGB (Red+Green+Blue) = 137+149+131=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #899583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899583 is #766A7C. Grayscale: #8F8F8F. Windows color (decimal): -7760509 or 8623497. OLE color: 8623497.
HSL color Cylindrical-coordinate representation of color #899583: hue angle of 100º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899583 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 131 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.42 |
| HSL | 100º | 0.08% | 0.55% | - |
| HSV(B) | 100º | 0.12% | 0.58% | - |
| XYZ | 25.16 | 28.45 | 25.64 | - |
| YUV | 143.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 131 | 0.08 | 0 | 0.12 | 0.42 | 100 | 0.08 | 0.55 |
| Hex | 89 | 95 | 83 | 8 | 0 | C | 2A | 64 | 8 | 37 |
| Octal | 211 | 225 | 203 | 10 | 0 | 14 | 52 | 144 | 10 | 67 |
| Binary | 10001001 | 10010101 | 10000011 | 1000 | 0 | 1100 | 101010 | 1100100 | 1000 | 110111 |
Color Harmonies of #899583
Complementary color
Monochromatic Colors of #899583
Black with #899583
Text Example
Text Example
White with #899583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899583; }
p { color: rgb(137,149,131); }
H1.HeaderClassName
{
color: #899583;
}
.AnyTagClassName
{
color: #899583;
}
</style>
background-color css
<style>
a { background-color: #899583; }
a { background-color: rgb(137,149,131); }
div.DivClassName
{
background-color: #899583;
}
.BgClassName
{
background-color: #899583;
}
</style>
border-color css
<style>
span { border-color: #899583; }
span { border-color: rgb(137,149,131); }
td.TdClassName
{
border-color: #899583;
}
.TagClassName
{
border-color: #899583;
}
</style>