Shades of Dark Slate #495353
Tints of Dark Slate #495353
RGB
CMYK
RGB Variations
Color information
#495353 (or 0x495353) is known color: Dark Slate. HEX triplet: 49, 53 and 53. RGB value is (73,83,83). Sum of RGB (Red+Green+Blue) = 73+83+83=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #495353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495353 is #B6ACAC. Grayscale: #505050. Windows color (decimal): -11971757 or 5460809. OLE color: 5460809.
HSL color Cylindrical-coordinate representation of color #495353: hue angle of 180º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495353 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 83 | - |
| CMYK | 0.12 | 0 | 0 | 0.67 |
| HSL | 180º | 0.06% | 0.31% | - |
| HSV(B) | 180º | 0.12% | 0.33% | - |
| XYZ | 7.4 | 8.23 | 9.38 | - |
| YUV | 80.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 83 | 0.12 | 0 | 0 | 0.67 | 180 | 0.06 | 0.31 |
| Hex | 49 | 53 | 53 | C | 0 | 0 | 43 | B4 | 6 | 1F |
| Octal | 111 | 123 | 123 | 14 | 0 | 0 | 103 | 264 | 6 | 37 |
| Binary | 1001001 | 1010011 | 1010011 | 1100 | 0 | 0 | 1000011 | 10110100 | 110 | 11111 |
Color Harmonies of #495353
Complementary color
Monochromatic Colors of #495353
Black with #495353
Text Example
Text Example
White with #495353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495353; }
p { color: rgb(73,83,83); }
H1.HeaderClassName
{
color: #495353;
}
.AnyTagClassName
{
color: #495353;
}
</style>
background-color css
<style>
a { background-color: #495353; }
a { background-color: rgb(73,83,83); }
div.DivClassName
{
background-color: #495353;
}
.BgClassName
{
background-color: #495353;
}
</style>
border-color css
<style>
span { border-color: #495353; }
span { border-color: rgb(73,83,83); }
td.TdClassName
{
border-color: #495353;
}
.TagClassName
{
border-color: #495353;
}
</style>