Shades of Dark Slate Grey #295156
Tints of Dark Slate Grey #295156
RGB
CMYK
RGB Variations
Color information
#295156 (or 0x295156) is known color: Dark Slate Grey. HEX triplet: 29, 51 and 56. RGB value is (41,81,86). Sum of RGB (Red+Green+Blue) = 41+81+86=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #295156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295156 is #D6AEA9. Grayscale: #454545. Windows color (decimal): -14069418 or 5656873. OLE color: 5656873.
HSL color Cylindrical-coordinate representation of color #295156: hue angle of 186.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295156 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 81 | 86 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.66 |
| HSL | 186.67º | 0.35% | 0.25% | - |
| HSV(B) | 186.67º | 0.52% | 0.34% | - |
| XYZ | 5.54 | 7.03 | 9.87 | - |
| YUV | 69.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 86 | 0.52 | 0.06 | 0 | 0.66 | 186.67 | 0.35 | 0.25 |
| Hex | 29 | 51 | 56 | 34 | 6 | 0 | 42 | BB | 23 | 19 |
| Octal | 51 | 121 | 126 | 64 | 6 | 0 | 102 | 273 | 43 | 31 |
| Binary | 101001 | 1010001 | 1010110 | 110100 | 110 | 0 | 1000010 | 10111011 | 100011 | 11001 |
Color Harmonies of #295156
Complementary color
Monochromatic Colors of #295156
Black with #295156
Text Example
Text Example
White with #295156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295156; }
p { color: rgb(41,81,86); }
H1.HeaderClassName
{
color: #295156;
}
.AnyTagClassName
{
color: #295156;
}
</style>
background-color css
<style>
a { background-color: #295156; }
a { background-color: rgb(41,81,86); }
div.DivClassName
{
background-color: #295156;
}
.BgClassName
{
background-color: #295156;
}
</style>
border-color css
<style>
span { border-color: #295156; }
span { border-color: rgb(41,81,86); }
td.TdClassName
{
border-color: #295156;
}
.TagClassName
{
border-color: #295156;
}
</style>