Shades of Dark Slate #3E5551
Tints of Dark Slate #3E5551
RGB
CMYK
RGB Variations
Color information
#3E5551 (or 0x3E5551) is known color: Dark Slate. HEX triplet: 3E, 55 and 51. RGB value is (62,85,81). Sum of RGB (Red+Green+Blue) = 62+85+81=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5551 is #C1AAAE. Grayscale: #4D4D4D. Windows color (decimal): -12692143 or 5330238. OLE color: 5330238.
HSL color Cylindrical-coordinate representation of color #3E5551: hue angle of 169.57º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E5551 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 81 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.67 |
| HSL | 169.57º | 0.16% | 0.29% | - |
| HSV(B) | 169.57º | 0.27% | 0.33% | - |
| XYZ | 6.72 | 8.12 | 9 | - |
| YUV | 77.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 81 | 0.27 | 0 | 0.05 | 0.67 | 169.57 | 0.16 | 0.29 |
| Hex | 3E | 55 | 51 | 1B | 0 | 5 | 43 | AA | 10 | 1D |
| Octal | 76 | 125 | 121 | 33 | 0 | 5 | 103 | 252 | 20 | 35 |
| Binary | 111110 | 1010101 | 1010001 | 11011 | 0 | 101 | 1000011 | 10101010 | 10000 | 11101 |
Color Harmonies of #3E5551
Complementary color
Monochromatic Colors of #3E5551
Black with #3E5551
Text Example
Text Example
White with #3E5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5551; }
p { color: rgb(62,85,81); }
H1.HeaderClassName
{
color: #3E5551;
}
.AnyTagClassName
{
color: #3E5551;
}
</style>
background-color css
<style>
a { background-color: #3E5551; }
a { background-color: rgb(62,85,81); }
div.DivClassName
{
background-color: #3E5551;
}
.BgClassName
{
background-color: #3E5551;
}
</style>
border-color css
<style>
span { border-color: #3E5551; }
span { border-color: rgb(62,85,81); }
td.TdClassName
{
border-color: #3E5551;
}
.TagClassName
{
border-color: #3E5551;
}
</style>