Shades of Dark Slate #405856
Tints of Dark Slate #405856
RGB
CMYK
RGB Variations
Color information
#405856 (or 0x405856) is known color: Dark Slate. HEX triplet: 40, 58 and 56. RGB value is (64,88,86). Sum of RGB (Red+Green+Blue) = 64+88+86=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #405856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405856 is #BFA7A9. Grayscale: #505050. Windows color (decimal): -12560298 or 5658688. OLE color: 5658688.
HSL color Cylindrical-coordinate representation of color #405856: hue angle of 175º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405856 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 86 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.65 |
| HSL | 175º | 0.16% | 0.3% | - |
| HSV(B) | 175º | 0.27% | 0.35% | - |
| XYZ | 7.28 | 8.74 | 10.11 | - |
| YUV | 80.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 86 | 0.27 | 0 | 0.02 | 0.65 | 175 | 0.16 | 0.3 |
| Hex | 40 | 58 | 56 | 1B | 0 | 2 | 41 | AF | 10 | 1E |
| Octal | 100 | 130 | 126 | 33 | 0 | 2 | 101 | 257 | 20 | 36 |
| Binary | 1000000 | 1011000 | 1010110 | 11011 | 0 | 10 | 1000001 | 10101111 | 10000 | 11110 |
Color Harmonies of #405856
Complementary color
Monochromatic Colors of #405856
Black with #405856
Text Example
Text Example
White with #405856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405856; }
p { color: rgb(64,88,86); }
H1.HeaderClassName
{
color: #405856;
}
.AnyTagClassName
{
color: #405856;
}
</style>
background-color css
<style>
a { background-color: #405856; }
a { background-color: rgb(64,88,86); }
div.DivClassName
{
background-color: #405856;
}
.BgClassName
{
background-color: #405856;
}
</style>
border-color css
<style>
span { border-color: #405856; }
span { border-color: rgb(64,88,86); }
td.TdClassName
{
border-color: #405856;
}
.TagClassName
{
border-color: #405856;
}
</style>