Shades of Dark Slate Grey #295356
Tints of Dark Slate Grey #295356
RGB
CMYK
RGB Variations
Color information
#295356 (or 0x295356) is known color: Dark Slate Grey. HEX triplet: 29, 53 and 56. RGB value is (41,83,86). Sum of RGB (Red+Green+Blue) = 41+83+86=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #295356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295356 is #D6ACA9. Grayscale: #464646. Windows color (decimal): -14068906 or 5657385. OLE color: 5657385.
HSL color Cylindrical-coordinate representation of color #295356: hue angle of 184º 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 #295356 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 83 | 86 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.66 |
| HSL | 184º | 0.35% | 0.25% | - |
| HSV(B) | 184º | 0.52% | 0.34% | - |
| XYZ | 5.69 | 7.33 | 9.92 | - |
| YUV | 70.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 86 | 0.52 | 0.03 | 0 | 0.66 | 184 | 0.35 | 0.25 |
| Hex | 29 | 53 | 56 | 34 | 3 | 0 | 42 | B8 | 23 | 19 |
| Octal | 51 | 123 | 126 | 64 | 3 | 0 | 102 | 270 | 43 | 31 |
| Binary | 101001 | 1010011 | 1010110 | 110100 | 11 | 0 | 1000010 | 10111000 | 100011 | 11001 |
Color Harmonies of #295356
Complementary color
Monochromatic Colors of #295356
Black with #295356
Text Example
Text Example
White with #295356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295356; }
p { color: rgb(41,83,86); }
H1.HeaderClassName
{
color: #295356;
}
.AnyTagClassName
{
color: #295356;
}
</style>
background-color css
<style>
a { background-color: #295356; }
a { background-color: rgb(41,83,86); }
div.DivClassName
{
background-color: #295356;
}
.BgClassName
{
background-color: #295356;
}
</style>
border-color css
<style>
span { border-color: #295356; }
span { border-color: rgb(41,83,86); }
td.TdClassName
{
border-color: #295356;
}
.TagClassName
{
border-color: #295356;
}
</style>