Shades of Strikemaster #95657B
Tints of Strikemaster #95657B
RGB
CMYK
RGB Variations
Color information
#95657B (or 0x95657B) is known color: Strikemaster. HEX triplet: 95, 65 and 7B. RGB value is (149,101,123). Sum of RGB (Red+Green+Blue) = 149+101+123=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95657B is #6A9A84. Grayscale: #757575. Windows color (decimal): -6986373 or 8086933. OLE color: 8086933.
HSL color Cylindrical-coordinate representation of color #95657B: hue angle of 332.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95657B is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 123 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.42 |
| HSL | 332.5º | 0.19% | 0.49% | - |
| HSV(B) | 332.5º | 0.32% | 0.58% | - |
| XYZ | 20.62 | 17.13 | 20.96 | - |
| YUV | 117.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 123 | 0 | 0.32 | 0.17 | 0.42 | 332.5 | 0.19 | 0.49 |
| Hex | 95 | 65 | 7B | 0 | 20 | 11 | 2A | 14C | 13 | 31 |
| Octal | 225 | 145 | 173 | 0 | 40 | 21 | 52 | 514 | 23 | 61 |
| Binary | 10010101 | 1100101 | 1111011 | 0 | 100000 | 10001 | 101010 | 101001100 | 10011 | 110001 |
Color Harmonies of #95657B
Complementary color
Monochromatic Colors of #95657B
Black with #95657B
Text Example
Text Example
White with #95657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95657B; }
p { color: rgb(149,101,123); }
H1.HeaderClassName
{
color: #95657B;
}
.AnyTagClassName
{
color: #95657B;
}
</style>
background-color css
<style>
a { background-color: #95657B; }
a { background-color: rgb(149,101,123); }
div.DivClassName
{
background-color: #95657B;
}
.BgClassName
{
background-color: #95657B;
}
</style>
border-color css
<style>
span { border-color: #95657B; }
span { border-color: rgb(149,101,123); }
td.TdClassName
{
border-color: #95657B;
}
.TagClassName
{
border-color: #95657B;
}
</style>