Shades of Amulet #889582
Tints of Amulet #889582
RGB
CMYK
RGB Variations
Color information
#889582 (or 0x889582) is known color: Amulet. HEX triplet: 88, 95 and 82. RGB value is (136,149,130). Sum of RGB (Red+Green+Blue) = 136+149+130=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #889582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889582 is #776A7D. Grayscale: #8F8F8F. Windows color (decimal): -7826046 or 8557960. OLE color: 8557960.
HSL color Cylindrical-coordinate representation of color #889582: hue angle of 101.05º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889582 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 130 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.42 |
| HSL | 101.05º | 0.08% | 0.55% | - |
| HSV(B) | 101.05º | 0.13% | 0.58% | - |
| XYZ | 24.93 | 28.34 | 25.28 | - |
| YUV | 142.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 130 | 0.09 | 0 | 0.13 | 0.42 | 101.05 | 0.08 | 0.55 |
| Hex | 88 | 95 | 82 | 9 | 0 | D | 2A | 65 | 8 | 37 |
| Octal | 210 | 225 | 202 | 11 | 0 | 15 | 52 | 145 | 10 | 67 |
| Binary | 10001000 | 10010101 | 10000010 | 1001 | 0 | 1101 | 101010 | 1100101 | 1000 | 110111 |
Color Harmonies of #889582
Complementary color
Monochromatic Colors of #889582
Black with #889582
Text Example
Text Example
White with #889582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889582; }
p { color: rgb(136,149,130); }
H1.HeaderClassName
{
color: #889582;
}
.AnyTagClassName
{
color: #889582;
}
</style>
background-color css
<style>
a { background-color: #889582; }
a { background-color: rgb(136,149,130); }
div.DivClassName
{
background-color: #889582;
}
.BgClassName
{
background-color: #889582;
}
</style>
border-color css
<style>
span { border-color: #889582; }
span { border-color: rgb(136,149,130); }
td.TdClassName
{
border-color: #889582;
}
.TagClassName
{
border-color: #889582;
}
</style>