Shades of Dark Slate Grey #2E5256
Tints of Dark Slate Grey #2E5256
RGB
CMYK
RGB Variations
Color information
#2E5256 (or 0x2E5256) is known color: Dark Slate Grey. HEX triplet: 2E, 52 and 56. RGB value is (46,82,86). Sum of RGB (Red+Green+Blue) = 46+82+86=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E5256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5256 is #D1ADA9. Grayscale: #474747. Windows color (decimal): -13741482 or 5657134. OLE color: 5657134.
HSL color Cylindrical-coordinate representation of color #2E5256: hue angle of 186º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5256 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 82 | 86 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.66 |
| HSL | 186º | 0.3% | 0.26% | - |
| HSV(B) | 186º | 0.47% | 0.34% | - |
| XYZ | 5.82 | 7.29 | 9.9 | - |
| YUV | 71.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 86 | 0.47 | 0.05 | 0 | 0.66 | 186 | 0.3 | 0.26 |
| Hex | 2E | 52 | 56 | 2F | 5 | 0 | 42 | BA | 1E | 1A |
| Octal | 56 | 122 | 126 | 57 | 5 | 0 | 102 | 272 | 36 | 32 |
| Binary | 101110 | 1010010 | 1010110 | 101111 | 101 | 0 | 1000010 | 10111010 | 11110 | 11010 |
Color Harmonies of #2E5256
Complementary color
Monochromatic Colors of #2E5256
Black with #2E5256
Text Example
Text Example
White with #2E5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5256; }
p { color: rgb(46,82,86); }
H1.HeaderClassName
{
color: #2E5256;
}
.AnyTagClassName
{
color: #2E5256;
}
</style>
background-color css
<style>
a { background-color: #2E5256; }
a { background-color: rgb(46,82,86); }
div.DivClassName
{
background-color: #2E5256;
}
.BgClassName
{
background-color: #2E5256;
}
</style>
border-color css
<style>
span { border-color: #2E5256; }
span { border-color: rgb(46,82,86); }
td.TdClassName
{
border-color: #2E5256;
}
.TagClassName
{
border-color: #2E5256;
}
</style>