Shades of Dark Slate #4E5554
Tints of Dark Slate #4E5554
RGB
CMYK
RGB Variations
Color information
#4E5554 (or 0x4E5554) is known color: Dark Slate. HEX triplet: 4E, 55 and 54. RGB value is (78,85,84). Sum of RGB (Red+Green+Blue) = 78+85+84=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5554 is #B1AAAB. Grayscale: #525252. Windows color (decimal): -11643564 or 5526862. OLE color: 5526862.
HSL color Cylindrical-coordinate representation of color #4E5554: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E5554 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 84 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.67 |
| HSL | 171.43º | 0.04% | 0.32% | - |
| HSV(B) | 171.43º | 0.08% | 0.33% | - |
| XYZ | 7.99 | 8.76 | 9.66 | - |
| YUV | 82.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 84 | 0.08 | 0 | 0.01 | 0.67 | 171.43 | 0.04 | 0.32 |
| Hex | 4E | 55 | 54 | 8 | 0 | 1 | 43 | AB | 4 | 20 |
| Octal | 116 | 125 | 124 | 10 | 0 | 1 | 103 | 253 | 4 | 40 |
| Binary | 1001110 | 1010101 | 1010100 | 1000 | 0 | 1 | 1000011 | 10101011 | 100 | 100000 |
Color Harmonies of #4E5554
Complementary color
Monochromatic Colors of #4E5554
Black with #4E5554
Text Example
Text Example
White with #4E5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5554; }
p { color: rgb(78,85,84); }
H1.HeaderClassName
{
color: #4E5554;
}
.AnyTagClassName
{
color: #4E5554;
}
</style>
background-color css
<style>
a { background-color: #4E5554; }
a { background-color: rgb(78,85,84); }
div.DivClassName
{
background-color: #4E5554;
}
.BgClassName
{
background-color: #4E5554;
}
</style>
border-color css
<style>
span { border-color: #4E5554; }
span { border-color: rgb(78,85,84); }
td.TdClassName
{
border-color: #4E5554;
}
.TagClassName
{
border-color: #4E5554;
}
</style>