Shades of Dark Slate #4D5856
Tints of Dark Slate #4D5856
RGB
CMYK
RGB Variations
Color information
#4D5856 (or 0x4D5856) is known color: Dark Slate. HEX triplet: 4D, 58 and 56. RGB value is (77,88,86). Sum of RGB (Red+Green+Blue) = 77+88+86=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5856 is #B2A7A9. Grayscale: #545454. Windows color (decimal): -11708330 or 5658701. OLE color: 5658701.
HSL color Cylindrical-coordinate representation of color #4D5856: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5856 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 86 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.65 |
| HSL | 169.09º | 0.07% | 0.32% | - |
| HSV(B) | 169.09º | 0.13% | 0.35% | - |
| XYZ | 8.23 | 9.23 | 10.15 | - |
| YUV | 84.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 86 | 0.12 | 0 | 0.02 | 0.65 | 169.09 | 0.07 | 0.32 |
| Hex | 4D | 58 | 56 | C | 0 | 2 | 41 | A9 | 7 | 20 |
| Octal | 115 | 130 | 126 | 14 | 0 | 2 | 101 | 251 | 7 | 40 |
| Binary | 1001101 | 1011000 | 1010110 | 1100 | 0 | 10 | 1000001 | 10101001 | 111 | 100000 |
Color Harmonies of #4D5856
Complementary color
Monochromatic Colors of #4D5856
Black with #4D5856
Text Example
Text Example
White with #4D5856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5856; }
p { color: rgb(77,88,86); }
H1.HeaderClassName
{
color: #4D5856;
}
.AnyTagClassName
{
color: #4D5856;
}
</style>
background-color css
<style>
a { background-color: #4D5856; }
a { background-color: rgb(77,88,86); }
div.DivClassName
{
background-color: #4D5856;
}
.BgClassName
{
background-color: #4D5856;
}
</style>
border-color css
<style>
span { border-color: #4D5856; }
span { border-color: rgb(77,88,86); }
td.TdClassName
{
border-color: #4D5856;
}
.TagClassName
{
border-color: #4D5856;
}
</style>