Shades of Dark Slate Grey #2D5354
Tints of Dark Slate Grey #2D5354
RGB
CMYK
RGB Variations
Color information
#2D5354 (or 0x2D5354) is known color: Dark Slate Grey. HEX triplet: 2D, 53 and 54. RGB value is (45,83,84). Sum of RGB (Red+Green+Blue) = 45+83+84=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D5354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5354 is #D2ACAB. Grayscale: #474747. Windows color (decimal): -13806764 or 5526317. OLE color: 5526317.
HSL color Cylindrical-coordinate representation of color #2D5354: hue angle of 181.54º 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 #2D5354 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 84 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.67 |
| HSL | 181.54º | 0.3% | 0.25% | - |
| HSV(B) | 181.54º | 0.46% | 0.33% | - |
| XYZ | 5.78 | 7.38 | 9.51 | - |
| YUV | 71.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 84 | 0.46 | 0.01 | 0 | 0.67 | 181.54 | 0.3 | 0.25 |
| Hex | 2D | 53 | 54 | 2E | 1 | 0 | 43 | B6 | 1E | 19 |
| Octal | 55 | 123 | 124 | 56 | 1 | 0 | 103 | 266 | 36 | 31 |
| Binary | 101101 | 1010011 | 1010100 | 101110 | 1 | 0 | 1000011 | 10110110 | 11110 | 11001 |
Color Harmonies of #2D5354
Complementary color
Monochromatic Colors of #2D5354
Black with #2D5354
Text Example
Text Example
White with #2D5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5354; }
p { color: rgb(45,83,84); }
H1.HeaderClassName
{
color: #2D5354;
}
.AnyTagClassName
{
color: #2D5354;
}
</style>
background-color css
<style>
a { background-color: #2D5354; }
a { background-color: rgb(45,83,84); }
div.DivClassName
{
background-color: #2D5354;
}
.BgClassName
{
background-color: #2D5354;
}
</style>
border-color css
<style>
span { border-color: #2D5354; }
span { border-color: rgb(45,83,84); }
td.TdClassName
{
border-color: #2D5354;
}
.TagClassName
{
border-color: #2D5354;
}
</style>