Shades of Shady Lady #958E91
Tints of Shady Lady #958E91
RGB
CMYK
RGB Variations
Color information
#958E91 (or 0x958E91) is known color: Shady Lady. HEX triplet: 95, 8E and 91. RGB value is (149,142,145). Sum of RGB (Red+Green+Blue) = 149+142+145=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 149 - color contains mainly: red. Hex color #958E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E91 is #6A716E. Grayscale: #909090. Windows color (decimal): -6975855 or 9539221. OLE color: 9539221.
HSL color Cylindrical-coordinate representation of color #958E91: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958E91 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 145 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.42 |
| HSL | 334.29º | 0.03% | 0.57% | - |
| HSV(B) | 334.29º | 0.05% | 0.58% | - |
| XYZ | 27.18 | 27.78 | 30.72 | - |
| YUV | 144.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 145 | 0 | 0.05 | 0.03 | 0.42 | 334.29 | 0.03 | 0.57 |
| Hex | 95 | 8E | 91 | 0 | 5 | 3 | 2A | 14E | 3 | 39 |
| Octal | 225 | 216 | 221 | 0 | 5 | 3 | 52 | 516 | 3 | 71 |
| Binary | 10010101 | 10001110 | 10010001 | 0 | 101 | 11 | 101010 | 101001110 | 11 | 111001 |
Color Harmonies of #958E91
Complementary color
Monochromatic Colors of #958E91
Black with #958E91
Text Example
Text Example
White with #958E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E91; }
p { color: rgb(149,142,145); }
H1.HeaderClassName
{
color: #958E91;
}
.AnyTagClassName
{
color: #958E91;
}
</style>
background-color css
<style>
a { background-color: #958E91; }
a { background-color: rgb(149,142,145); }
div.DivClassName
{
background-color: #958E91;
}
.BgClassName
{
background-color: #958E91;
}
</style>
border-color css
<style>
span { border-color: #958E91; }
span { border-color: rgb(149,142,145); }
td.TdClassName
{
border-color: #958E91;
}
.TagClassName
{
border-color: #958E91;
}
</style>