Shades of Shady Lady #999598
Tints of Shady Lady #999598
RGB
CMYK
RGB Variations
Color information
#999598 (or 0x999598) is known color: Shady Lady. HEX triplet: 99, 95 and 98. RGB value is (153,149,152). Sum of RGB (Red+Green+Blue) = 153+149+152=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 153 - color contains mainly: red. Hex color #999598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999598 is #666A67. Grayscale: #969696. Windows color (decimal): -6711912 or 9999769. OLE color: 9999769.
HSL color Cylindrical-coordinate representation of color #999598: hue angle of 315º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999598 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 152 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.4 |
| HSL | 315º | 0.02% | 0.59% | - |
| HSV(B) | 315º | 0.03% | 0.6% | - |
| XYZ | 29.55 | 30.53 | 34.04 | - |
| YUV | 150.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 152 | 0 | 0.03 | 0.01 | 0.4 | 315 | 0.02 | 0.59 |
| Hex | 99 | 95 | 98 | 0 | 3 | 1 | 28 | 13B | 2 | 3B |
| Octal | 231 | 225 | 230 | 0 | 3 | 1 | 50 | 473 | 2 | 73 |
| Binary | 10011001 | 10010101 | 10011000 | 0 | 11 | 1 | 101000 | 100111011 | 10 | 111011 |
Color Harmonies of #999598
Complementary color
Monochromatic Colors of #999598
Black with #999598
Text Example
Text Example
White with #999598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999598; }
p { color: rgb(153,149,152); }
H1.HeaderClassName
{
color: #999598;
}
.AnyTagClassName
{
color: #999598;
}
</style>
background-color css
<style>
a { background-color: #999598; }
a { background-color: rgb(153,149,152); }
div.DivClassName
{
background-color: #999598;
}
.BgClassName
{
background-color: #999598;
}
</style>
border-color css
<style>
span { border-color: #999598; }
span { border-color: rgb(153,149,152); }
td.TdClassName
{
border-color: #999598;
}
.TagClassName
{
border-color: #999598;
}
</style>