Shades of Dark Slate #3D5C56
Tints of Dark Slate #3D5C56
RGB
CMYK
RGB Variations
Color information
#3D5C56 (or 0x3D5C56) is known color: Dark Slate. HEX triplet: 3D, 5C and 56. RGB value is (61,92,86). Sum of RGB (Red+Green+Blue) = 61+92+86=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C56 is #C2A3A9. Grayscale: #525252. Windows color (decimal): -12755882 or 5659709. OLE color: 5659709.
HSL color Cylindrical-coordinate representation of color #3D5C56: hue angle of 168.39º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5C56 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 92 | 86 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.64 |
| HSL | 168.39º | 0.2% | 0.3% | - |
| HSV(B) | 168.39º | 0.34% | 0.36% | - |
| XYZ | 7.43 | 9.32 | 10.21 | - |
| YUV | 82.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 86 | 0.34 | 0 | 0.07 | 0.64 | 168.39 | 0.2 | 0.3 |
| Hex | 3D | 5C | 56 | 22 | 0 | 7 | 40 | A8 | 14 | 1E |
| Octal | 75 | 134 | 126 | 42 | 0 | 7 | 100 | 250 | 24 | 36 |
| Binary | 111101 | 1011100 | 1010110 | 100010 | 0 | 111 | 1000000 | 10101000 | 10100 | 11110 |
Color Harmonies of #3D5C56
Complementary color
Monochromatic Colors of #3D5C56
Black with #3D5C56
Text Example
Text Example
White with #3D5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C56; }
p { color: rgb(61,92,86); }
H1.HeaderClassName
{
color: #3D5C56;
}
.AnyTagClassName
{
color: #3D5C56;
}
</style>
background-color css
<style>
a { background-color: #3D5C56; }
a { background-color: rgb(61,92,86); }
div.DivClassName
{
background-color: #3D5C56;
}
.BgClassName
{
background-color: #3D5C56;
}
</style>
border-color css
<style>
span { border-color: #3D5C56; }
span { border-color: rgb(61,92,86); }
td.TdClassName
{
border-color: #3D5C56;
}
.TagClassName
{
border-color: #3D5C56;
}
</style>