Shades of Dark Slate Grey #2D5154
Tints of Dark Slate Grey #2D5154
RGB
CMYK
RGB Variations
Color information
#2D5154 (or 0x2D5154) is known color: Dark Slate Grey. HEX triplet: 2D, 51 and 54. RGB value is (45,81,84). Sum of RGB (Red+Green+Blue) = 45+81+84=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5154 is #D2AEAB. Grayscale: #464646. Windows color (decimal): -13807276 or 5525805. OLE color: 5525805.
HSL color Cylindrical-coordinate representation of color #2D5154: hue angle of 184.62º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D5154 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 81 | 84 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.67 |
| HSL | 184.62º | 0.3% | 0.25% | - |
| HSV(B) | 184.62º | 0.46% | 0.33% | - |
| XYZ | 5.62 | 7.08 | 9.46 | - |
| YUV | 70.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 84 | 0.46 | 0.04 | 0 | 0.67 | 184.62 | 0.3 | 0.25 |
| Hex | 2D | 51 | 54 | 2E | 4 | 0 | 43 | B9 | 1E | 19 |
| Octal | 55 | 121 | 124 | 56 | 4 | 0 | 103 | 271 | 36 | 31 |
| Binary | 101101 | 1010001 | 1010100 | 101110 | 100 | 0 | 1000011 | 10111001 | 11110 | 11001 |
Color Harmonies of #2D5154
Complementary color
Monochromatic Colors of #2D5154
Black with #2D5154
Text Example
Text Example
White with #2D5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5154; }
p { color: rgb(45,81,84); }
H1.HeaderClassName
{
color: #2D5154;
}
.AnyTagClassName
{
color: #2D5154;
}
</style>
background-color css
<style>
a { background-color: #2D5154; }
a { background-color: rgb(45,81,84); }
div.DivClassName
{
background-color: #2D5154;
}
.BgClassName
{
background-color: #2D5154;
}
</style>
border-color css
<style>
span { border-color: #2D5154; }
span { border-color: rgb(45,81,84); }
td.TdClassName
{
border-color: #2D5154;
}
.TagClassName
{
border-color: #2D5154;
}
</style>