Shades of Dark Slate #495F5B
Tints of Dark Slate #495F5B
RGB
CMYK
RGB Variations
Color information
#495F5B (or 0x495F5B) is known color: Dark Slate. HEX triplet: 49, 5F and 5B. RGB value is (73,95,91). Sum of RGB (Red+Green+Blue) = 73+95+91=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 95 - color contains mainly: green. Hex color #495F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F5B is #B6A0A4. Grayscale: #575757. Windows color (decimal): -11968677 or 5988169. OLE color: 5988169.
HSL color Cylindrical-coordinate representation of color #495F5B: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F5B is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 91 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.63 |
| HSL | 169.09º | 0.13% | 0.33% | - |
| HSV(B) | 169.09º | 0.23% | 0.37% | - |
| XYZ | 8.73 | 10.36 | 11.44 | - |
| YUV | 87.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 91 | 0.23 | 0 | 0.04 | 0.63 | 169.09 | 0.13 | 0.33 |
| Hex | 49 | 5F | 5B | 17 | 0 | 4 | 3F | A9 | D | 21 |
| Octal | 111 | 137 | 133 | 27 | 0 | 4 | 77 | 251 | 15 | 41 |
| Binary | 1001001 | 1011111 | 1011011 | 10111 | 0 | 100 | 111111 | 10101001 | 1101 | 100001 |
Color Harmonies of #495F5B
Complementary color
Monochromatic Colors of #495F5B
Black with #495F5B
Text Example
Text Example
White with #495F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F5B; }
p { color: rgb(73,95,91); }
H1.HeaderClassName
{
color: #495F5B;
}
.AnyTagClassName
{
color: #495F5B;
}
</style>
background-color css
<style>
a { background-color: #495F5B; }
a { background-color: rgb(73,95,91); }
div.DivClassName
{
background-color: #495F5B;
}
.BgClassName
{
background-color: #495F5B;
}
</style>
border-color css
<style>
span { border-color: #495F5B; }
span { border-color: rgb(73,95,91); }
td.TdClassName
{
border-color: #495F5B;
}
.TagClassName
{
border-color: #495F5B;
}
</style>