Shades of Dark Slate Grey #29595A
Tints of Dark Slate Grey #29595A
RGB
CMYK
RGB Variations
Color information
#29595A (or 0x29595A) is known color: Dark Slate Grey. HEX triplet: 29, 59 and 5A. RGB value is (41,89,90). Sum of RGB (Red+Green+Blue) = 41+89+90=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #29595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29595A is #D6A6A5. Grayscale: #4A4A4A. Windows color (decimal): -14067366 or 5921065. OLE color: 5921065.
HSL color Cylindrical-coordinate representation of color #29595A: hue angle of 181.22º 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 #29595A is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 90 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.65 |
| HSL | 181.22º | 0.37% | 0.26% | - |
| HSV(B) | 181.22º | 0.54% | 0.35% | - |
| XYZ | 6.33 | 8.35 | 10.95 | - |
| YUV | 74.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 90 | 0.54 | 0.01 | 0 | 0.65 | 181.22 | 0.37 | 0.26 |
| Hex | 29 | 59 | 5A | 36 | 1 | 0 | 41 | B5 | 25 | 1A |
| Octal | 51 | 131 | 132 | 66 | 1 | 0 | 101 | 265 | 45 | 32 |
| Binary | 101001 | 1011001 | 1011010 | 110110 | 1 | 0 | 1000001 | 10110101 | 100101 | 11010 |
Color Harmonies of #29595A
Complementary color
Monochromatic Colors of #29595A
Black with #29595A
Text Example
Text Example
White with #29595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29595A; }
p { color: rgb(41,89,90); }
H1.HeaderClassName
{
color: #29595A;
}
.AnyTagClassName
{
color: #29595A;
}
</style>
background-color css
<style>
a { background-color: #29595A; }
a { background-color: rgb(41,89,90); }
div.DivClassName
{
background-color: #29595A;
}
.BgClassName
{
background-color: #29595A;
}
</style>
border-color css
<style>
span { border-color: #29595A; }
span { border-color: rgb(41,89,90); }
td.TdClassName
{
border-color: #29595A;
}
.TagClassName
{
border-color: #29595A;
}
</style>