Shades of Strikemaster #85657B
Tints of Strikemaster #85657B
RGB
CMYK
RGB Variations
Color information
#85657B (or 0x85657B) is known color: Strikemaster. HEX triplet: 85, 65 and 7B. RGB value is (133,101,123). Sum of RGB (Red+Green+Blue) = 133+101+123=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657B is #7A9A84. Grayscale: #717171. Windows color (decimal): -8034949 or 8086917. OLE color: 8086917.
HSL color Cylindrical-coordinate representation of color #85657B: hue angle of 318.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85657B is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 123 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.48 |
| HSL | 318.75º | 0.14% | 0.46% | - |
| HSV(B) | 318.75º | 0.24% | 0.52% | - |
| XYZ | 17.9 | 15.72 | 20.83 | - |
| YUV | 113.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 123 | 0 | 0.24 | 0.08 | 0.48 | 318.75 | 0.14 | 0.46 |
| Hex | 85 | 65 | 7B | 0 | 18 | 8 | 30 | 13F | E | 2E |
| Octal | 205 | 145 | 173 | 0 | 30 | 10 | 60 | 477 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1111011 | 0 | 11000 | 1000 | 110000 | 100111111 | 1110 | 101110 |
Color Harmonies of #85657B
Complementary color
Monochromatic Colors of #85657B
Black with #85657B
Text Example
Text Example
White with #85657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85657B; }
p { color: rgb(133,101,123); }
H1.HeaderClassName
{
color: #85657B;
}
.AnyTagClassName
{
color: #85657B;
}
</style>
background-color css
<style>
a { background-color: #85657B; }
a { background-color: rgb(133,101,123); }
div.DivClassName
{
background-color: #85657B;
}
.BgClassName
{
background-color: #85657B;
}
</style>
border-color css
<style>
span { border-color: #85657B; }
span { border-color: rgb(133,101,123); }
td.TdClassName
{
border-color: #85657B;
}
.TagClassName
{
border-color: #85657B;
}
</style>