Shades of Dark Slate #3D5C57
Tints of Dark Slate #3D5C57
RGB
CMYK
RGB Variations
Color information
#3D5C57 (or 0x3D5C57) is known color: Dark Slate. HEX triplet: 3D, 5C and 57. RGB value is (61,92,87). Sum of RGB (Red+Green+Blue) = 61+92+87=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C57 is #C2A3A8. Grayscale: #525252. Windows color (decimal): -12755881 or 5725245. OLE color: 5725245.
HSL color Cylindrical-coordinate representation of color #3D5C57: hue angle of 170.32º 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 #3D5C57 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 92 | 87 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.64 |
| HSL | 170.32º | 0.2% | 0.3% | - |
| HSV(B) | 170.32º | 0.34% | 0.36% | - |
| XYZ | 7.47 | 9.33 | 10.42 | - |
| YUV | 82.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 87 | 0.34 | 0 | 0.05 | 0.64 | 170.32 | 0.2 | 0.3 |
| Hex | 3D | 5C | 57 | 22 | 0 | 5 | 40 | AA | 14 | 1E |
| Octal | 75 | 134 | 127 | 42 | 0 | 5 | 100 | 252 | 24 | 36 |
| Binary | 111101 | 1011100 | 1010111 | 100010 | 0 | 101 | 1000000 | 10101010 | 10100 | 11110 |
Color Harmonies of #3D5C57
Complementary color
Monochromatic Colors of #3D5C57
Black with #3D5C57
Text Example
Text Example
White with #3D5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C57; }
p { color: rgb(61,92,87); }
H1.HeaderClassName
{
color: #3D5C57;
}
.AnyTagClassName
{
color: #3D5C57;
}
</style>
background-color css
<style>
a { background-color: #3D5C57; }
a { background-color: rgb(61,92,87); }
div.DivClassName
{
background-color: #3D5C57;
}
.BgClassName
{
background-color: #3D5C57;
}
</style>
border-color css
<style>
span { border-color: #3D5C57; }
span { border-color: rgb(61,92,87); }
td.TdClassName
{
border-color: #3D5C57;
}
.TagClassName
{
border-color: #3D5C57;
}
</style>