Shades of Dark Slate #495956
Tints of Dark Slate #495956
RGB
CMYK
RGB Variations
Color information
#495956 (or 0x495956) is known color: Dark Slate. HEX triplet: 49, 59 and 56. RGB value is (73,89,86). Sum of RGB (Red+Green+Blue) = 73+89+86=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #495956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495956 is #B6A6A9. Grayscale: #535353. Windows color (decimal): -11970218 or 5658953. OLE color: 5658953.
HSL color Cylindrical-coordinate representation of color #495956: hue angle of 168.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495956 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 86 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.65 |
| HSL | 168.75º | 0.1% | 0.32% | - |
| HSV(B) | 168.75º | 0.18% | 0.35% | - |
| XYZ | 8 | 9.23 | 10.16 | - |
| YUV | 83.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 86 | 0.18 | 0 | 0.03 | 0.65 | 168.75 | 0.1 | 0.32 |
| Hex | 49 | 59 | 56 | 12 | 0 | 3 | 41 | A9 | A | 20 |
| Octal | 111 | 131 | 126 | 22 | 0 | 3 | 101 | 251 | 12 | 40 |
| Binary | 1001001 | 1011001 | 1010110 | 10010 | 0 | 11 | 1000001 | 10101001 | 1010 | 100000 |
Color Harmonies of #495956
Complementary color
Monochromatic Colors of #495956
Black with #495956
Text Example
Text Example
White with #495956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495956; }
p { color: rgb(73,89,86); }
H1.HeaderClassName
{
color: #495956;
}
.AnyTagClassName
{
color: #495956;
}
</style>
background-color css
<style>
a { background-color: #495956; }
a { background-color: rgb(73,89,86); }
div.DivClassName
{
background-color: #495956;
}
.BgClassName
{
background-color: #495956;
}
</style>
border-color css
<style>
span { border-color: #495956; }
span { border-color: rgb(73,89,86); }
td.TdClassName
{
border-color: #495956;
}
.TagClassName
{
border-color: #495956;
}
</style>