Shades of Dark Slate #495D59
Tints of Dark Slate #495D59
RGB
CMYK
RGB Variations
Color information
#495D59 (or 0x495D59) is known color: Dark Slate. HEX triplet: 49, 5D and 59. RGB value is (73,93,89). Sum of RGB (Red+Green+Blue) = 73+93+89=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 93 - color contains mainly: green. Hex color #495D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D59 is #B6A2A6. Grayscale: #565656. Windows color (decimal): -11969191 or 5856585. OLE color: 5856585.
HSL color Cylindrical-coordinate representation of color #495D59: hue angle of 168º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D59 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 89 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.64 |
| HSL | 168º | 0.12% | 0.33% | - |
| HSV(B) | 168º | 0.22% | 0.36% | - |
| XYZ | 8.47 | 9.97 | 10.93 | - |
| YUV | 86.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 89 | 0.22 | 0 | 0.04 | 0.64 | 168 | 0.12 | 0.33 |
| Hex | 49 | 5D | 59 | 16 | 0 | 4 | 40 | A8 | C | 21 |
| Octal | 111 | 135 | 131 | 26 | 0 | 4 | 100 | 250 | 14 | 41 |
| Binary | 1001001 | 1011101 | 1011001 | 10110 | 0 | 100 | 1000000 | 10101000 | 1100 | 100001 |
Color Harmonies of #495D59
Complementary color
Monochromatic Colors of #495D59
Black with #495D59
Text Example
Text Example
White with #495D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D59; }
p { color: rgb(73,93,89); }
H1.HeaderClassName
{
color: #495D59;
}
.AnyTagClassName
{
color: #495D59;
}
</style>
background-color css
<style>
a { background-color: #495D59; }
a { background-color: rgb(73,93,89); }
div.DivClassName
{
background-color: #495D59;
}
.BgClassName
{
background-color: #495D59;
}
</style>
border-color css
<style>
span { border-color: #495D59; }
span { border-color: rgb(73,93,89); }
td.TdClassName
{
border-color: #495D59;
}
.TagClassName
{
border-color: #495D59;
}
</style>