Shades of Dark Slate Grey #295455
Tints of Dark Slate Grey #295455
RGB
CMYK
RGB Variations
Color information
#295455 (or 0x295455) is known color: Dark Slate Grey. HEX triplet: 29, 54 and 55. RGB value is (41,84,85). Sum of RGB (Red+Green+Blue) = 41+84+85=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #295455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295455 is #D6ABAA. Grayscale: #474747. Windows color (decimal): -14068651 or 5592105. OLE color: 5592105.
HSL color Cylindrical-coordinate representation of color #295455: hue angle of 181.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295455 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 84 | 85 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.67 |
| HSL | 181.36º | 0.35% | 0.25% | - |
| HSV(B) | 181.36º | 0.52% | 0.33% | - |
| XYZ | 5.72 | 7.47 | 9.73 | - |
| YUV | 71.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 85 | 0.52 | 0.01 | 0 | 0.67 | 181.36 | 0.35 | 0.25 |
| Hex | 29 | 54 | 55 | 34 | 1 | 0 | 43 | B5 | 23 | 19 |
| Octal | 51 | 124 | 125 | 64 | 1 | 0 | 103 | 265 | 43 | 31 |
| Binary | 101001 | 1010100 | 1010101 | 110100 | 1 | 0 | 1000011 | 10110101 | 100011 | 11001 |
Color Harmonies of #295455
Complementary color
Monochromatic Colors of #295455
Black with #295455
Text Example
Text Example
White with #295455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295455; }
p { color: rgb(41,84,85); }
H1.HeaderClassName
{
color: #295455;
}
.AnyTagClassName
{
color: #295455;
}
</style>
background-color css
<style>
a { background-color: #295455; }
a { background-color: rgb(41,84,85); }
div.DivClassName
{
background-color: #295455;
}
.BgClassName
{
background-color: #295455;
}
</style>
border-color css
<style>
span { border-color: #295455; }
span { border-color: rgb(41,84,85); }
td.TdClassName
{
border-color: #295455;
}
.TagClassName
{
border-color: #295455;
}
</style>