Shades of Shady Lady #959293
Tints of Shady Lady #959293
RGB
CMYK
RGB Variations
Color information
#959293 (or 0x959293) is known color: Shady Lady. HEX triplet: 95, 92 and 93. RGB value is (149,146,147). Sum of RGB (Red+Green+Blue) = 149+146+147=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 149 - color contains mainly: red. Hex color #959293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959293 is #6A6D6C. Grayscale: #939393. Windows color (decimal): -6974829 or 9671317. OLE color: 9671317.
HSL color Cylindrical-coordinate representation of color #959293: hue angle of 340º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #959293 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 147 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.42 |
| HSL | 340º | 0.01% | 0.58% | - |
| HSV(B) | 340º | 0.02% | 0.58% | - |
| XYZ | 27.94 | 29.05 | 31.74 | - |
| YUV | 147.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 147 | 0 | 0.02 | 0.01 | 0.42 | 340 | 0.01 | 0.58 |
| Hex | 95 | 92 | 93 | 0 | 2 | 1 | 2A | 154 | 1 | 3A |
| Octal | 225 | 222 | 223 | 0 | 2 | 1 | 52 | 524 | 1 | 72 |
| Binary | 10010101 | 10010010 | 10010011 | 0 | 10 | 1 | 101010 | 101010100 | 1 | 111010 |
Color Harmonies of #959293
Complementary color
Monochromatic Colors of #959293
Black with #959293
Text Example
Text Example
White with #959293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959293; }
p { color: rgb(149,146,147); }
H1.HeaderClassName
{
color: #959293;
}
.AnyTagClassName
{
color: #959293;
}
</style>
background-color css
<style>
a { background-color: #959293; }
a { background-color: rgb(149,146,147); }
div.DivClassName
{
background-color: #959293;
}
.BgClassName
{
background-color: #959293;
}
</style>
border-color css
<style>
span { border-color: #959293; }
span { border-color: rgb(149,146,147); }
td.TdClassName
{
border-color: #959293;
}
.TagClassName
{
border-color: #959293;
}
</style>