Shades of Dark Slate Grey #295652
Tints of Dark Slate Grey #295652
RGB
CMYK
RGB Variations
Color information
#295652 (or 0x295652) is known color: Dark Slate Grey. HEX triplet: 29, 56 and 52. RGB value is (41,86,82). Sum of RGB (Red+Green+Blue) = 41+86+82=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #295652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295652 is #D6A9AD. Grayscale: #484848. Windows color (decimal): -14068142 or 5396009. OLE color: 5396009.
HSL color Cylindrical-coordinate representation of color #295652: hue angle of 174.67º 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 #295652 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 82 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.66 |
| HSL | 174.67º | 0.35% | 0.25% | - |
| HSV(B) | 174.67º | 0.52% | 0.34% | - |
| XYZ | 5.77 | 7.74 | 9.17 | - |
| YUV | 72.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 82 | 0.52 | 0 | 0.05 | 0.66 | 174.67 | 0.35 | 0.25 |
| Hex | 29 | 56 | 52 | 34 | 0 | 5 | 42 | AF | 23 | 19 |
| Octal | 51 | 126 | 122 | 64 | 0 | 5 | 102 | 257 | 43 | 31 |
| Binary | 101001 | 1010110 | 1010010 | 110100 | 0 | 101 | 1000010 | 10101111 | 100011 | 11001 |
Color Harmonies of #295652
Complementary color
Monochromatic Colors of #295652
Black with #295652
Text Example
Text Example
White with #295652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295652; }
p { color: rgb(41,86,82); }
H1.HeaderClassName
{
color: #295652;
}
.AnyTagClassName
{
color: #295652;
}
</style>
background-color css
<style>
a { background-color: #295652; }
a { background-color: rgb(41,86,82); }
div.DivClassName
{
background-color: #295652;
}
.BgClassName
{
background-color: #295652;
}
</style>
border-color css
<style>
span { border-color: #295652; }
span { border-color: rgb(41,86,82); }
td.TdClassName
{
border-color: #295652;
}
.TagClassName
{
border-color: #295652;
}
</style>