Shades of Dark Slate Grey #2E5055
Tints of Dark Slate Grey #2E5055
RGB
CMYK
RGB Variations
Color information
#2E5055 (or 0x2E5055) is known color: Dark Slate Grey. HEX triplet: 2E, 50 and 55. RGB value is (46,80,85). Sum of RGB (Red+Green+Blue) = 46+80+85=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E5055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5055 is #D1AFAA. Grayscale: #464646. Windows color (decimal): -13741995 or 5591086. OLE color: 5591086.
HSL color Cylindrical-coordinate representation of color #2E5055: hue angle of 187.69º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E5055 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 80 | 85 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.67 |
| HSL | 187.69º | 0.3% | 0.26% | - |
| HSV(B) | 187.69º | 0.46% | 0.33% | - |
| XYZ | 5.64 | 6.97 | 9.64 | - |
| YUV | 70.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 85 | 0.46 | 0.06 | 0 | 0.67 | 187.69 | 0.3 | 0.26 |
| Hex | 2E | 50 | 55 | 2E | 6 | 0 | 43 | BC | 1E | 1A |
| Octal | 56 | 120 | 125 | 56 | 6 | 0 | 103 | 274 | 36 | 32 |
| Binary | 101110 | 1010000 | 1010101 | 101110 | 110 | 0 | 1000011 | 10111100 | 11110 | 11010 |
Color Harmonies of #2E5055
Complementary color
Monochromatic Colors of #2E5055
Black with #2E5055
Text Example
Text Example
White with #2E5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5055; }
p { color: rgb(46,80,85); }
H1.HeaderClassName
{
color: #2E5055;
}
.AnyTagClassName
{
color: #2E5055;
}
</style>
background-color css
<style>
a { background-color: #2E5055; }
a { background-color: rgb(46,80,85); }
div.DivClassName
{
background-color: #2E5055;
}
.BgClassName
{
background-color: #2E5055;
}
</style>
border-color css
<style>
span { border-color: #2E5055; }
span { border-color: rgb(46,80,85); }
td.TdClassName
{
border-color: #2E5055;
}
.TagClassName
{
border-color: #2E5055;
}
</style>