Shades of Dark Slate Grey #29585E
Tints of Dark Slate Grey #29585E
RGB
CMYK
RGB Variations
Color information
#29585E (or 0x29585E) is known color: Dark Slate Grey. HEX triplet: 29, 58 and 5E. RGB value is (41,88,94). Sum of RGB (Red+Green+Blue) = 41+88+94=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #29585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29585E is #D6A7A1. Grayscale: #4A4A4A. Windows color (decimal): -14067618 or 6182953. OLE color: 6182953.
HSL color Cylindrical-coordinate representation of color #29585E: hue angle of 186.79º 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 #29585E is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 88 | 94 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.63 |
| HSL | 186.79º | 0.39% | 0.26% | - |
| HSV(B) | 186.79º | 0.56% | 0.37% | - |
| XYZ | 6.42 | 8.26 | 11.85 | - |
| YUV | 74.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 94 | 0.56 | 0.06 | 0 | 0.63 | 186.79 | 0.39 | 0.26 |
| Hex | 29 | 58 | 5E | 38 | 6 | 0 | 3F | BB | 27 | 1A |
| Octal | 51 | 130 | 136 | 70 | 6 | 0 | 77 | 273 | 47 | 32 |
| Binary | 101001 | 1011000 | 1011110 | 111000 | 110 | 0 | 111111 | 10111011 | 100111 | 11010 |
Color Harmonies of #29585E
Complementary color
Monochromatic Colors of #29585E
Black with #29585E
Text Example
Text Example
White with #29585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29585E; }
p { color: rgb(41,88,94); }
H1.HeaderClassName
{
color: #29585E;
}
.AnyTagClassName
{
color: #29585E;
}
</style>
background-color css
<style>
a { background-color: #29585E; }
a { background-color: rgb(41,88,94); }
div.DivClassName
{
background-color: #29585E;
}
.BgClassName
{
background-color: #29585E;
}
</style>
border-color css
<style>
span { border-color: #29585E; }
span { border-color: rgb(41,88,94); }
td.TdClassName
{
border-color: #29585E;
}
.TagClassName
{
border-color: #29585E;
}
</style>