Shades of Dark Slate Grey #295456
Tints of Dark Slate Grey #295456
RGB
CMYK
RGB Variations
Color information
#295456 (or 0x295456) is known color: Dark Slate Grey. HEX triplet: 29, 54 and 56. RGB value is (41,84,86). Sum of RGB (Red+Green+Blue) = 41+84+86=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #295456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295456 is #D6ABA9. Grayscale: #474747. Windows color (decimal): -14068650 or 5657641. OLE color: 5657641.
HSL color Cylindrical-coordinate representation of color #295456: hue angle of 182.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 #295456 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 84 | 86 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.66 |
| HSL | 182.67º | 0.35% | 0.25% | - |
| HSV(B) | 182.67º | 0.52% | 0.34% | - |
| XYZ | 5.76 | 7.48 | 9.94 | - |
| YUV | 71.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 86 | 0.52 | 0.02 | 0 | 0.66 | 182.67 | 0.35 | 0.25 |
| Hex | 29 | 54 | 56 | 34 | 2 | 0 | 42 | B7 | 23 | 19 |
| Octal | 51 | 124 | 126 | 64 | 2 | 0 | 102 | 267 | 43 | 31 |
| Binary | 101001 | 1010100 | 1010110 | 110100 | 10 | 0 | 1000010 | 10110111 | 100011 | 11001 |
Color Harmonies of #295456
Complementary color
Monochromatic Colors of #295456
Black with #295456
Text Example
Text Example
White with #295456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295456; }
p { color: rgb(41,84,86); }
H1.HeaderClassName
{
color: #295456;
}
.AnyTagClassName
{
color: #295456;
}
</style>
background-color css
<style>
a { background-color: #295456; }
a { background-color: rgb(41,84,86); }
div.DivClassName
{
background-color: #295456;
}
.BgClassName
{
background-color: #295456;
}
</style>
border-color css
<style>
span { border-color: #295456; }
span { border-color: rgb(41,84,86); }
td.TdClassName
{
border-color: #295456;
}
.TagClassName
{
border-color: #295456;
}
</style>