Shades of Dark Slate Grey #2D5553
Tints of Dark Slate Grey #2D5553
RGB
CMYK
RGB Variations
Color information
#2D5553 (or 0x2D5553) is known color: Dark Slate Grey. HEX triplet: 2D, 55 and 53. RGB value is (45,85,83). Sum of RGB (Red+Green+Blue) = 45+85+83=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5553 is #D2AAAC. Grayscale: #484848. Windows color (decimal): -13806253 or 5461293. OLE color: 5461293.
HSL color Cylindrical-coordinate representation of color #2D5553: hue angle of 177º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D5553 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 83 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.67 |
| HSL | 177º | 0.31% | 0.25% | - |
| HSV(B) | 177º | 0.47% | 0.33% | - |
| XYZ | 5.89 | 7.68 | 9.36 | - |
| YUV | 72.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 83 | 0.47 | 0 | 0.02 | 0.67 | 177 | 0.31 | 0.25 |
| Hex | 2D | 55 | 53 | 2F | 0 | 2 | 43 | B1 | 1F | 19 |
| Octal | 55 | 125 | 123 | 57 | 0 | 2 | 103 | 261 | 37 | 31 |
| Binary | 101101 | 1010101 | 1010011 | 101111 | 0 | 10 | 1000011 | 10110001 | 11111 | 11001 |
Color Harmonies of #2D5553
Complementary color
Monochromatic Colors of #2D5553
Black with #2D5553
Text Example
Text Example
White with #2D5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5553; }
p { color: rgb(45,85,83); }
H1.HeaderClassName
{
color: #2D5553;
}
.AnyTagClassName
{
color: #2D5553;
}
</style>
background-color css
<style>
a { background-color: #2D5553; }
a { background-color: rgb(45,85,83); }
div.DivClassName
{
background-color: #2D5553;
}
.BgClassName
{
background-color: #2D5553;
}
</style>
border-color css
<style>
span { border-color: #2D5553; }
span { border-color: rgb(45,85,83); }
td.TdClassName
{
border-color: #2D5553;
}
.TagClassName
{
border-color: #2D5553;
}
</style>