Shades of Dark Slate #4D5554
Tints of Dark Slate #4D5554
RGB
CMYK
RGB Variations
Color information
#4D5554 (or 0x4D5554) is known color: Dark Slate. HEX triplet: 4D, 55 and 54. RGB value is (77,85,84). Sum of RGB (Red+Green+Blue) = 77+85+84=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5554 is #B2AAAB. Grayscale: #525252. Windows color (decimal): -11709100 or 5526861. OLE color: 5526861.
HSL color Cylindrical-coordinate representation of color #4D5554: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D5554 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
RGB | 77 | 85 | 84 | - |
CMYK | 0.09 | 0 | 0.01 | 0.67 |
HSL | 172.5º | 0.05% | 0.32% | - |
HSV(B) | 172.5º | 0.09% | 0.33% | - |
XYZ | 7.91 | 8.71 | 9.65 | - |
YUV | 82.49 | 128.85 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 85 | 84 | 0.09 | 0 | 0.01 | 0.67 | 172.5 | 0.05 | 0.32 |
Hex | 4D | 55 | 54 | 9 | 0 | 1 | 43 | AC | 5 | 20 |
Octal | 115 | 125 | 124 | 11 | 0 | 1 | 103 | 254 | 5 | 40 |
Binary | 1001101 | 1010101 | 1010100 | 1001 | 0 | 1 | 1000011 | 10101100 | 101 | 100000 |
Color Harmonies of #4D5554
Complementary color
Monochromatic Colors of #4D5554
Black with #4D5554
Text Example
Text Example
White with #4D5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5554; }
p { color: rgb(77,85,84); }
H1.HeaderClassName
{
color: #4D5554;
}
.AnyTagClassName
{
color: #4D5554;
}
</style>
background-color css
<style>
a { background-color: #4D5554; }
a { background-color: rgb(77,85,84); }
div.DivClassName
{
background-color: #4D5554;
}
.BgClassName
{
background-color: #4D5554;
}
</style>
border-color css
<style>
span { border-color: #4D5554; }
span { border-color: rgb(77,85,84); }
td.TdClassName
{
border-color: #4D5554;
}
.TagClassName
{
border-color: #4D5554;
}
</style>