Shades of Dark Slate Grey #295056
Tints of Dark Slate Grey #295056
RGB
CMYK
RGB Variations
Color information
#295056 (or 0x295056) is known color: Dark Slate Grey. HEX triplet: 29, 50 and 56. RGB value is (41,80,86). Sum of RGB (Red+Green+Blue) = 41+80+86=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #295056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295056 is #D6AFA9. Grayscale: #444444. Windows color (decimal): -14069674 or 5656617. OLE color: 5656617.
HSL color Cylindrical-coordinate representation of color #295056: hue angle of 188º 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 #295056 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 80 | 86 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.66 |
| HSL | 188º | 0.35% | 0.25% | - |
| HSV(B) | 188º | 0.52% | 0.34% | - |
| XYZ | 5.46 | 6.88 | 9.84 | - |
| YUV | 69.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 86 | 0.52 | 0.07 | 0 | 0.66 | 188 | 0.35 | 0.25 |
| Hex | 29 | 50 | 56 | 34 | 7 | 0 | 42 | BC | 23 | 19 |
| Octal | 51 | 120 | 126 | 64 | 7 | 0 | 102 | 274 | 43 | 31 |
| Binary | 101001 | 1010000 | 1010110 | 110100 | 111 | 0 | 1000010 | 10111100 | 100011 | 11001 |
Color Harmonies of #295056
Complementary color
Monochromatic Colors of #295056
Black with #295056
Text Example
Text Example
White with #295056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295056; }
p { color: rgb(41,80,86); }
H1.HeaderClassName
{
color: #295056;
}
.AnyTagClassName
{
color: #295056;
}
</style>
background-color css
<style>
a { background-color: #295056; }
a { background-color: rgb(41,80,86); }
div.DivClassName
{
background-color: #295056;
}
.BgClassName
{
background-color: #295056;
}
</style>
border-color css
<style>
span { border-color: #295056; }
span { border-color: rgb(41,80,86); }
td.TdClassName
{
border-color: #295056;
}
.TagClassName
{
border-color: #295056;
}
</style>