Shades of Dark Slate Grey #2E5258
Tints of Dark Slate Grey #2E5258
RGB
CMYK
RGB Variations
Color information
#2E5258 (or 0x2E5258) is known color: Dark Slate Grey. HEX triplet: 2E, 52 and 58. RGB value is (46,82,88). Sum of RGB (Red+Green+Blue) = 46+82+88=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5258 is #D1ADA7. Grayscale: #474747. Windows color (decimal): -13741480 or 5788206. OLE color: 5788206.
HSL color Cylindrical-coordinate representation of color #2E5258: hue angle of 188.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5258 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 82 | 88 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.65 |
| HSL | 188.57º | 0.31% | 0.26% | - |
| HSV(B) | 188.57º | 0.48% | 0.35% | - |
| XYZ | 5.91 | 7.32 | 10.33 | - |
| YUV | 71.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 88 | 0.48 | 0.07 | 0 | 0.65 | 188.57 | 0.31 | 0.26 |
| Hex | 2E | 52 | 58 | 30 | 7 | 0 | 41 | BD | 1F | 1A |
| Octal | 56 | 122 | 130 | 60 | 7 | 0 | 101 | 275 | 37 | 32 |
| Binary | 101110 | 1010010 | 1011000 | 110000 | 111 | 0 | 1000001 | 10111101 | 11111 | 11010 |
Color Harmonies of #2E5258
Complementary color
Monochromatic Colors of #2E5258
Black with #2E5258
Text Example
Text Example
White with #2E5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5258; }
p { color: rgb(46,82,88); }
H1.HeaderClassName
{
color: #2E5258;
}
.AnyTagClassName
{
color: #2E5258;
}
</style>
background-color css
<style>
a { background-color: #2E5258; }
a { background-color: rgb(46,82,88); }
div.DivClassName
{
background-color: #2E5258;
}
.BgClassName
{
background-color: #2E5258;
}
</style>
border-color css
<style>
span { border-color: #2E5258; }
span { border-color: rgb(46,82,88); }
td.TdClassName
{
border-color: #2E5258;
}
.TagClassName
{
border-color: #2E5258;
}
</style>