Shades of Dark Slate Grey #295355
Tints of Dark Slate Grey #295355
RGB
CMYK
RGB Variations
Color information
#295355 (or 0x295355) is known color: Dark Slate Grey. HEX triplet: 29, 53 and 55. RGB value is (41,83,85). Sum of RGB (Red+Green+Blue) = 41+83+85=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #295355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295355 is #D6ACAA. Grayscale: #464646. Windows color (decimal): -14068907 or 5591849. OLE color: 5591849.
HSL color Cylindrical-coordinate representation of color #295355: hue angle of 182.73º 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 #295355 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 83 | 85 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.67 |
| HSL | 182.73º | 0.35% | 0.25% | - |
| HSV(B) | 182.73º | 0.52% | 0.33% | - |
| XYZ | 5.65 | 7.31 | 9.71 | - |
| YUV | 70.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 85 | 0.52 | 0.02 | 0 | 0.67 | 182.73 | 0.35 | 0.25 |
| Hex | 29 | 53 | 55 | 34 | 2 | 0 | 43 | B7 | 23 | 19 |
| Octal | 51 | 123 | 125 | 64 | 2 | 0 | 103 | 267 | 43 | 31 |
| Binary | 101001 | 1010011 | 1010101 | 110100 | 10 | 0 | 1000011 | 10110111 | 100011 | 11001 |
Color Harmonies of #295355
Complementary color
Monochromatic Colors of #295355
Black with #295355
Text Example
Text Example
White with #295355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295355; }
p { color: rgb(41,83,85); }
H1.HeaderClassName
{
color: #295355;
}
.AnyTagClassName
{
color: #295355;
}
</style>
background-color css
<style>
a { background-color: #295355; }
a { background-color: rgb(41,83,85); }
div.DivClassName
{
background-color: #295355;
}
.BgClassName
{
background-color: #295355;
}
</style>
border-color css
<style>
span { border-color: #295355; }
span { border-color: rgb(41,83,85); }
td.TdClassName
{
border-color: #295355;
}
.TagClassName
{
border-color: #295355;
}
</style>