Shades of Strikemaster #895578
Tints of Strikemaster #895578
RGB
CMYK
RGB Variations
Color information
#895578 (or 0x895578) is known color: Strikemaster. HEX triplet: 89, 55 and 78. RGB value is (137,85,120). Sum of RGB (Red+Green+Blue) = 137+85+120=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895578 is #76AA87. Grayscale: #686868. Windows color (decimal): -7776904 or 7886217. OLE color: 7886217.
HSL color Cylindrical-coordinate representation of color #895578: hue angle of 319.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895578 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 120 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.46 |
| HSL | 319.62º | 0.23% | 0.44% | - |
| HSV(B) | 319.62º | 0.38% | 0.54% | - |
| XYZ | 16.96 | 13.17 | 19.42 | - |
| YUV | 104.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 120 | 0 | 0.38 | 0.12 | 0.46 | 319.62 | 0.23 | 0.44 |
| Hex | 89 | 55 | 78 | 0 | 26 | C | 2E | 140 | 17 | 2C |
| Octal | 211 | 125 | 170 | 0 | 46 | 14 | 56 | 500 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1111000 | 0 | 100110 | 1100 | 101110 | 101000000 | 10111 | 101100 |
Color Harmonies of #895578
Complementary color
Monochromatic Colors of #895578
Black with #895578
Text Example
Text Example
White with #895578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895578; }
p { color: rgb(137,85,120); }
H1.HeaderClassName
{
color: #895578;
}
.AnyTagClassName
{
color: #895578;
}
</style>
background-color css
<style>
a { background-color: #895578; }
a { background-color: rgb(137,85,120); }
div.DivClassName
{
background-color: #895578;
}
.BgClassName
{
background-color: #895578;
}
</style>
border-color css
<style>
span { border-color: #895578; }
span { border-color: rgb(137,85,120); }
td.TdClassName
{
border-color: #895578;
}
.TagClassName
{
border-color: #895578;
}
</style>