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