Shades of Dark Slate #3D5653
Tints of Dark Slate #3D5653
RGB
CMYK
RGB Variations
Color information
#3D5653 (or 0x3D5653) is known color: Dark Slate. HEX triplet: 3D, 56 and 53. RGB value is (61,86,83). Sum of RGB (Red+Green+Blue) = 61+86+83=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5653 is #C2A9AC. Grayscale: #4E4E4E. Windows color (decimal): -12757421 or 5461565. OLE color: 5461565.
HSL color Cylindrical-coordinate representation of color #3D5653: hue angle of 172.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5653 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 86 | 83 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.66 |
| HSL | 172.8º | 0.17% | 0.29% | - |
| HSV(B) | 172.8º | 0.29% | 0.34% | - |
| XYZ | 6.81 | 8.27 | 9.42 | - |
| YUV | 78.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 83 | 0.29 | 0 | 0.03 | 0.66 | 172.8 | 0.17 | 0.29 |
| Hex | 3D | 56 | 53 | 1D | 0 | 3 | 42 | AD | 11 | 1D |
| Octal | 75 | 126 | 123 | 35 | 0 | 3 | 102 | 255 | 21 | 35 |
| Binary | 111101 | 1010110 | 1010011 | 11101 | 0 | 11 | 1000010 | 10101101 | 10001 | 11101 |
Color Harmonies of #3D5653
Complementary color
Monochromatic Colors of #3D5653
Black with #3D5653
Text Example
Text Example
White with #3D5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5653; }
p { color: rgb(61,86,83); }
H1.HeaderClassName
{
color: #3D5653;
}
.AnyTagClassName
{
color: #3D5653;
}
</style>
background-color css
<style>
a { background-color: #3D5653; }
a { background-color: rgb(61,86,83); }
div.DivClassName
{
background-color: #3D5653;
}
.BgClassName
{
background-color: #3D5653;
}
</style>
border-color css
<style>
span { border-color: #3D5653; }
span { border-color: rgb(61,86,83); }
td.TdClassName
{
border-color: #3D5653;
}
.TagClassName
{
border-color: #3D5653;
}
</style>