Shades of Dark Slate Grey #29575E
Tints of Dark Slate Grey #29575E
RGB
CMYK
RGB Variations
Color information
#29575E (or 0x29575E) is known color: Dark Slate Grey. HEX triplet: 29, 57 and 5E. RGB value is (41,87,94). Sum of RGB (Red+Green+Blue) = 41+87+94=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #29575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29575E is #D6A8A1. Grayscale: #494949. Windows color (decimal): -14067874 or 6182697. OLE color: 6182697.
HSL color Cylindrical-coordinate representation of color #29575E: hue angle of 187.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29575E is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 87 | 94 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.63 |
| HSL | 187.92º | 0.39% | 0.26% | - |
| HSV(B) | 187.92º | 0.56% | 0.37% | - |
| XYZ | 6.34 | 8.1 | 11.82 | - |
| YUV | 74.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 94 | 0.56 | 0.07 | 0 | 0.63 | 187.92 | 0.39 | 0.26 |
| Hex | 29 | 57 | 5E | 38 | 7 | 0 | 3F | BC | 27 | 1A |
| Octal | 51 | 127 | 136 | 70 | 7 | 0 | 77 | 274 | 47 | 32 |
| Binary | 101001 | 1010111 | 1011110 | 111000 | 111 | 0 | 111111 | 10111100 | 100111 | 11010 |
Color Harmonies of #29575E
Complementary color
Monochromatic Colors of #29575E
Black with #29575E
Text Example
Text Example
White with #29575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29575E; }
p { color: rgb(41,87,94); }
H1.HeaderClassName
{
color: #29575E;
}
.AnyTagClassName
{
color: #29575E;
}
</style>
background-color css
<style>
a { background-color: #29575E; }
a { background-color: rgb(41,87,94); }
div.DivClassName
{
background-color: #29575E;
}
.BgClassName
{
background-color: #29575E;
}
</style>
border-color css
<style>
span { border-color: #29575E; }
span { border-color: rgb(41,87,94); }
td.TdClassName
{
border-color: #29575E;
}
.TagClassName
{
border-color: #29575E;
}
</style>