Shades of Dark Slate Grey #29575D
Tints of Dark Slate Grey #29575D
RGB
CMYK
RGB Variations
Color information
#29575D (or 0x29575D) is known color: Dark Slate Grey. HEX triplet: 29, 57 and 5D. RGB value is (41,87,93). Sum of RGB (Red+Green+Blue) = 41+87+93=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #29575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29575D is #D6A8A2. Grayscale: #494949. Windows color (decimal): -14067875 or 6117161. OLE color: 6117161.
HSL color Cylindrical-coordinate representation of color #29575D: hue angle of 186.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29575D is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 87 | 93 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.64 |
| HSL | 186.92º | 0.39% | 0.26% | - |
| HSV(B) | 186.92º | 0.56% | 0.36% | - |
| XYZ | 6.3 | 8.08 | 11.58 | - |
| YUV | 73.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 93 | 0.56 | 0.06 | 0 | 0.64 | 186.92 | 0.39 | 0.26 |
| Hex | 29 | 57 | 5D | 38 | 6 | 0 | 40 | BB | 27 | 1A |
| Octal | 51 | 127 | 135 | 70 | 6 | 0 | 100 | 273 | 47 | 32 |
| Binary | 101001 | 1010111 | 1011101 | 111000 | 110 | 0 | 1000000 | 10111011 | 100111 | 11010 |
Color Harmonies of #29575D
Complementary color
Monochromatic Colors of #29575D
Black with #29575D
Text Example
Text Example
White with #29575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29575D; }
p { color: rgb(41,87,93); }
H1.HeaderClassName
{
color: #29575D;
}
.AnyTagClassName
{
color: #29575D;
}
</style>
background-color css
<style>
a { background-color: #29575D; }
a { background-color: rgb(41,87,93); }
div.DivClassName
{
background-color: #29575D;
}
.BgClassName
{
background-color: #29575D;
}
</style>
border-color css
<style>
span { border-color: #29575D; }
span { border-color: rgb(41,87,93); }
td.TdClassName
{
border-color: #29575D;
}
.TagClassName
{
border-color: #29575D;
}
</style>