Shades of Dark Slate #4C5553
Tints of Dark Slate #4C5553
RGB
CMYK
RGB Variations
Color information
#4C5553 (or 0x4C5553) is known color: Dark Slate. HEX triplet: 4C, 55 and 53. RGB value is (76,85,83). Sum of RGB (Red+Green+Blue) = 76+85+83=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5553 is #B3AAAC. Grayscale: #525252. Windows color (decimal): -11774637 or 5461324. OLE color: 5461324.
HSL color Cylindrical-coordinate representation of color #4C5553: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C5553 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 83 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.67 |
| HSL | 166.67º | 0.06% | 0.32% | - |
| HSV(B) | 166.67º | 0.11% | 0.33% | - |
| XYZ | 7.79 | 8.66 | 9.44 | - |
| YUV | 82.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 83 | 0.11 | 0 | 0.02 | 0.67 | 166.67 | 0.06 | 0.32 |
| Hex | 4C | 55 | 53 | B | 0 | 2 | 43 | A7 | 6 | 20 |
| Octal | 114 | 125 | 123 | 13 | 0 | 2 | 103 | 247 | 6 | 40 |
| Binary | 1001100 | 1010101 | 1010011 | 1011 | 0 | 10 | 1000011 | 10100111 | 110 | 100000 |
Color Harmonies of #4C5553
Complementary color
Monochromatic Colors of #4C5553
Black with #4C5553
Text Example
Text Example
White with #4C5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5553; }
p { color: rgb(76,85,83); }
H1.HeaderClassName
{
color: #4C5553;
}
.AnyTagClassName
{
color: #4C5553;
}
</style>
background-color css
<style>
a { background-color: #4C5553; }
a { background-color: rgb(76,85,83); }
div.DivClassName
{
background-color: #4C5553;
}
.BgClassName
{
background-color: #4C5553;
}
</style>
border-color css
<style>
span { border-color: #4C5553; }
span { border-color: rgb(76,85,83); }
td.TdClassName
{
border-color: #4C5553;
}
.TagClassName
{
border-color: #4C5553;
}
</style>