Shades of Dark Slate Grey #295754
Tints of Dark Slate Grey #295754
RGB
CMYK
RGB Variations
Color information
#295754 (or 0x295754) is known color: Dark Slate Grey. HEX triplet: 29, 57 and 54. RGB value is (41,87,84). Sum of RGB (Red+Green+Blue) = 41+87+84=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #295754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295754 is #D6A8AB. Grayscale: #484848. Windows color (decimal): -14067884 or 5527337. OLE color: 5527337.
HSL color Cylindrical-coordinate representation of color #295754: hue angle of 176.09º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295754 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 87 | 84 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.66 |
| HSL | 176.09º | 0.36% | 0.25% | - |
| HSV(B) | 176.09º | 0.53% | 0.34% | - |
| XYZ | 5.92 | 7.93 | 9.61 | - |
| YUV | 72.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 84 | 0.53 | 0 | 0.03 | 0.66 | 176.09 | 0.36 | 0.25 |
| Hex | 29 | 57 | 54 | 35 | 0 | 3 | 42 | B0 | 24 | 19 |
| Octal | 51 | 127 | 124 | 65 | 0 | 3 | 102 | 260 | 44 | 31 |
| Binary | 101001 | 1010111 | 1010100 | 110101 | 0 | 11 | 1000010 | 10110000 | 100100 | 11001 |
Color Harmonies of #295754
Complementary color
Monochromatic Colors of #295754
Black with #295754
Text Example
Text Example
White with #295754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295754; }
p { color: rgb(41,87,84); }
H1.HeaderClassName
{
color: #295754;
}
.AnyTagClassName
{
color: #295754;
}
</style>
background-color css
<style>
a { background-color: #295754; }
a { background-color: rgb(41,87,84); }
div.DivClassName
{
background-color: #295754;
}
.BgClassName
{
background-color: #295754;
}
</style>
border-color css
<style>
span { border-color: #295754; }
span { border-color: rgb(41,87,84); }
td.TdClassName
{
border-color: #295754;
}
.TagClassName
{
border-color: #295754;
}
</style>