Shades of Dark Slate Grey #2E545A
Tints of Dark Slate Grey #2E545A
RGB
CMYK
RGB Variations
Color information
#2E545A (or 0x2E545A) is known color: Dark Slate Grey. HEX triplet: 2E, 54 and 5A. RGB value is (46,84,90). Sum of RGB (Red+Green+Blue) = 46+84+90=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E545A is #D1ABA5. Grayscale: #494949. Windows color (decimal): -13740966 or 5919790. OLE color: 5919790.
HSL color Cylindrical-coordinate representation of color #2E545A: hue angle of 188.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E545A is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 84 | 90 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.65 |
| HSL | 188.18º | 0.32% | 0.27% | - |
| HSV(B) | 188.18º | 0.49% | 0.35% | - |
| XYZ | 6.14 | 7.66 | 10.83 | - |
| YUV | 73.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 90 | 0.49 | 0.07 | 0 | 0.65 | 188.18 | 0.32 | 0.27 |
| Hex | 2E | 54 | 5A | 31 | 7 | 0 | 41 | BC | 20 | 1B |
| Octal | 56 | 124 | 132 | 61 | 7 | 0 | 101 | 274 | 40 | 33 |
| Binary | 101110 | 1010100 | 1011010 | 110001 | 111 | 0 | 1000001 | 10111100 | 100000 | 11011 |
Color Harmonies of #2E545A
Complementary color
Monochromatic Colors of #2E545A
Black with #2E545A
Text Example
Text Example
White with #2E545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E545A; }
p { color: rgb(46,84,90); }
H1.HeaderClassName
{
color: #2E545A;
}
.AnyTagClassName
{
color: #2E545A;
}
</style>
background-color css
<style>
a { background-color: #2E545A; }
a { background-color: rgb(46,84,90); }
div.DivClassName
{
background-color: #2E545A;
}
.BgClassName
{
background-color: #2E545A;
}
</style>
border-color css
<style>
span { border-color: #2E545A; }
span { border-color: rgb(46,84,90); }
td.TdClassName
{
border-color: #2E545A;
}
.TagClassName
{
border-color: #2E545A;
}
</style>