Shades of Dark Slate Grey #29565A
Tints of Dark Slate Grey #29565A
RGB
CMYK
RGB Variations
Color information
#29565A (or 0x29565A) is known color: Dark Slate Grey. HEX triplet: 29, 56 and 5A. RGB value is (41,86,90). Sum of RGB (Red+Green+Blue) = 41+86+90=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #29565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29565A is #D6A9A5. Grayscale: #484848. Windows color (decimal): -14068134 or 5920297. OLE color: 5920297.
HSL color Cylindrical-coordinate representation of color #29565A: hue angle of 184.9º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29565A is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 86 | 90 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.65 |
| HSL | 184.9º | 0.37% | 0.26% | - |
| HSV(B) | 184.9º | 0.54% | 0.35% | - |
| XYZ | 6.09 | 7.87 | 10.87 | - |
| YUV | 73 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 90 | 0.54 | 0.04 | 0 | 0.65 | 184.9 | 0.37 | 0.26 |
| Hex | 29 | 56 | 5A | 36 | 4 | 0 | 41 | B9 | 25 | 1A |
| Octal | 51 | 126 | 132 | 66 | 4 | 0 | 101 | 271 | 45 | 32 |
| Binary | 101001 | 1010110 | 1011010 | 110110 | 100 | 0 | 1000001 | 10111001 | 100101 | 11010 |
Color Harmonies of #29565A
Complementary color
Monochromatic Colors of #29565A
Black with #29565A
Text Example
Text Example
White with #29565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29565A; }
p { color: rgb(41,86,90); }
H1.HeaderClassName
{
color: #29565A;
}
.AnyTagClassName
{
color: #29565A;
}
</style>
background-color css
<style>
a { background-color: #29565A; }
a { background-color: rgb(41,86,90); }
div.DivClassName
{
background-color: #29565A;
}
.BgClassName
{
background-color: #29565A;
}
</style>
border-color css
<style>
span { border-color: #29565A; }
span { border-color: rgb(41,86,90); }
td.TdClassName
{
border-color: #29565A;
}
.TagClassName
{
border-color: #29565A;
}
</style>