Shades of Dark Slate #495F5C
Tints of Dark Slate #495F5C
RGB
CMYK
RGB Variations
Color information
#495F5C (or 0x495F5C) is known color: Dark Slate. HEX triplet: 49, 5F and 5C. RGB value is (73,95,92). Sum of RGB (Red+Green+Blue) = 73+95+92=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 95 - color contains mainly: green. Hex color #495F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F5C is #B6A0A3. Grayscale: #585858. Windows color (decimal): -11968676 or 6053705. OLE color: 6053705.
HSL color Cylindrical-coordinate representation of color #495F5C: hue angle of 171.82º 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 #495F5C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 92 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.63 |
| HSL | 171.82º | 0.13% | 0.33% | - |
| HSV(B) | 171.82º | 0.23% | 0.37% | - |
| XYZ | 8.77 | 10.37 | 11.67 | - |
| YUV | 88.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 92 | 0.23 | 0 | 0.03 | 0.63 | 171.82 | 0.13 | 0.33 |
| Hex | 49 | 5F | 5C | 17 | 0 | 3 | 3F | AC | D | 21 |
| Octal | 111 | 137 | 134 | 27 | 0 | 3 | 77 | 254 | 15 | 41 |
| Binary | 1001001 | 1011111 | 1011100 | 10111 | 0 | 11 | 111111 | 10101100 | 1101 | 100001 |
Color Harmonies of #495F5C
Complementary color
Monochromatic Colors of #495F5C
Black with #495F5C
Text Example
Text Example
White with #495F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F5C; }
p { color: rgb(73,95,92); }
H1.HeaderClassName
{
color: #495F5C;
}
.AnyTagClassName
{
color: #495F5C;
}
</style>
background-color css
<style>
a { background-color: #495F5C; }
a { background-color: rgb(73,95,92); }
div.DivClassName
{
background-color: #495F5C;
}
.BgClassName
{
background-color: #495F5C;
}
</style>
border-color css
<style>
span { border-color: #495F5C; }
span { border-color: rgb(73,95,92); }
td.TdClassName
{
border-color: #495F5C;
}
.TagClassName
{
border-color: #495F5C;
}
</style>