Shades of Dark Slate #4E5B59
Tints of Dark Slate #4E5B59
RGB
CMYK
RGB Variations
Color information
#4E5B59 (or 0x4E5B59) is known color: Dark Slate. HEX triplet: 4E, 5B and 59. RGB value is (78,91,89). Sum of RGB (Red+Green+Blue) = 78+91+89=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B59 is #B1A4A6. Grayscale: #565656. Windows color (decimal): -11642023 or 5856078. OLE color: 5856078.
HSL color Cylindrical-coordinate representation of color #4E5B59: hue angle of 170.77º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E5B59 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 89 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.64 |
| HSL | 170.77º | 0.08% | 0.33% | - |
| HSV(B) | 170.77º | 0.14% | 0.36% | - |
| XYZ | 8.69 | 9.82 | 10.89 | - |
| YUV | 86.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 89 | 0.14 | 0 | 0.02 | 0.64 | 170.77 | 0.08 | 0.33 |
| Hex | 4E | 5B | 59 | E | 0 | 2 | 40 | AB | 8 | 21 |
| Octal | 116 | 133 | 131 | 16 | 0 | 2 | 100 | 253 | 10 | 41 |
| Binary | 1001110 | 1011011 | 1011001 | 1110 | 0 | 10 | 1000000 | 10101011 | 1000 | 100001 |
Color Harmonies of #4E5B59
Complementary color
Monochromatic Colors of #4E5B59
Black with #4E5B59
Text Example
Text Example
White with #4E5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B59; }
p { color: rgb(78,91,89); }
H1.HeaderClassName
{
color: #4E5B59;
}
.AnyTagClassName
{
color: #4E5B59;
}
</style>
background-color css
<style>
a { background-color: #4E5B59; }
a { background-color: rgb(78,91,89); }
div.DivClassName
{
background-color: #4E5B59;
}
.BgClassName
{
background-color: #4E5B59;
}
</style>
border-color css
<style>
span { border-color: #4E5B59; }
span { border-color: rgb(78,91,89); }
td.TdClassName
{
border-color: #4E5B59;
}
.TagClassName
{
border-color: #4E5B59;
}
</style>