Shades of Dark Slate #4D5B58
Tints of Dark Slate #4D5B58
RGB
CMYK
RGB Variations
Color information
#4D5B58 (or 0x4D5B58) is known color: Dark Slate. HEX triplet: 4D, 5B and 58. RGB value is (77,91,88). Sum of RGB (Red+Green+Blue) = 77+91+88=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5B58 is #B2A4A7. Grayscale: #565656. Windows color (decimal): -11707560 or 5790541. OLE color: 5790541.
HSL color Cylindrical-coordinate representation of color #4D5B58: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D5B58 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 91 | 88 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.64 |
| HSL | 167.14º | 0.08% | 0.33% | - |
| HSV(B) | 167.14º | 0.15% | 0.36% | - |
| XYZ | 8.56 | 9.76 | 10.67 | - |
| YUV | 86.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 88 | 0.15 | 0 | 0.03 | 0.64 | 167.14 | 0.08 | 0.33 |
| Hex | 4D | 5B | 58 | F | 0 | 3 | 40 | A7 | 8 | 21 |
| Octal | 115 | 133 | 130 | 17 | 0 | 3 | 100 | 247 | 10 | 41 |
| Binary | 1001101 | 1011011 | 1011000 | 1111 | 0 | 11 | 1000000 | 10100111 | 1000 | 100001 |
Color Harmonies of #4D5B58
Complementary color
Monochromatic Colors of #4D5B58
Black with #4D5B58
Text Example
Text Example
White with #4D5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5B58; }
p { color: rgb(77,91,88); }
H1.HeaderClassName
{
color: #4D5B58;
}
.AnyTagClassName
{
color: #4D5B58;
}
</style>
background-color css
<style>
a { background-color: #4D5B58; }
a { background-color: rgb(77,91,88); }
div.DivClassName
{
background-color: #4D5B58;
}
.BgClassName
{
background-color: #4D5B58;
}
</style>
border-color css
<style>
span { border-color: #4D5B58; }
span { border-color: rgb(77,91,88); }
td.TdClassName
{
border-color: #4D5B58;
}
.TagClassName
{
border-color: #4D5B58;
}
</style>