Shades of Dark Slate Grey #295558
Tints of Dark Slate Grey #295558
RGB
CMYK
RGB Variations
Color information
#295558 (or 0x295558) is known color: Dark Slate Grey. HEX triplet: 29, 55 and 58. RGB value is (41,85,88). Sum of RGB (Red+Green+Blue) = 41+85+88=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #295558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295558 is #D6AAA7. Grayscale: #484848. Windows color (decimal): -14068392 or 5788969. OLE color: 5788969.
HSL color Cylindrical-coordinate representation of color #295558: hue angle of 183.83º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295558 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 85 | 88 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.65 |
| HSL | 183.83º | 0.36% | 0.25% | - |
| HSV(B) | 183.83º | 0.53% | 0.35% | - |
| XYZ | 5.92 | 7.67 | 10.4 | - |
| YUV | 72.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 88 | 0.53 | 0.03 | 0 | 0.65 | 183.83 | 0.36 | 0.25 |
| Hex | 29 | 55 | 58 | 35 | 3 | 0 | 41 | B8 | 24 | 19 |
| Octal | 51 | 125 | 130 | 65 | 3 | 0 | 101 | 270 | 44 | 31 |
| Binary | 101001 | 1010101 | 1011000 | 110101 | 11 | 0 | 1000001 | 10111000 | 100100 | 11001 |
Color Harmonies of #295558
Complementary color
Monochromatic Colors of #295558
Black with #295558
Text Example
Text Example
White with #295558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295558; }
p { color: rgb(41,85,88); }
H1.HeaderClassName
{
color: #295558;
}
.AnyTagClassName
{
color: #295558;
}
</style>
background-color css
<style>
a { background-color: #295558; }
a { background-color: rgb(41,85,88); }
div.DivClassName
{
background-color: #295558;
}
.BgClassName
{
background-color: #295558;
}
</style>
border-color css
<style>
span { border-color: #295558; }
span { border-color: rgb(41,85,88); }
td.TdClassName
{
border-color: #295558;
}
.TagClassName
{
border-color: #295558;
}
</style>