Shades of Dark Slate #405854
Tints of Dark Slate #405854
RGB
CMYK
RGB Variations
Color information
#405854 (or 0x405854) is known color: Dark Slate. HEX triplet: 40, 58 and 54. RGB value is (64,88,84). Sum of RGB (Red+Green+Blue) = 64+88+84=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #405854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405854 is #BFA7AB. Grayscale: #505050. Windows color (decimal): -12560300 or 5527616. OLE color: 5527616.
HSL color Cylindrical-coordinate representation of color #405854: hue angle of 170º 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 #405854 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 84 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.65 |
| HSL | 170º | 0.16% | 0.3% | - |
| HSV(B) | 170º | 0.27% | 0.35% | - |
| XYZ | 7.2 | 8.71 | 9.69 | - |
| YUV | 80.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 84 | 0.27 | 0 | 0.05 | 0.65 | 170 | 0.16 | 0.3 |
| Hex | 40 | 58 | 54 | 1B | 0 | 5 | 41 | AA | 10 | 1E |
| Octal | 100 | 130 | 124 | 33 | 0 | 5 | 101 | 252 | 20 | 36 |
| Binary | 1000000 | 1011000 | 1010100 | 11011 | 0 | 101 | 1000001 | 10101010 | 10000 | 11110 |
Color Harmonies of #405854
Complementary color
Monochromatic Colors of #405854
Black with #405854
Text Example
Text Example
White with #405854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405854; }
p { color: rgb(64,88,84); }
H1.HeaderClassName
{
color: #405854;
}
.AnyTagClassName
{
color: #405854;
}
</style>
background-color css
<style>
a { background-color: #405854; }
a { background-color: rgb(64,88,84); }
div.DivClassName
{
background-color: #405854;
}
.BgClassName
{
background-color: #405854;
}
</style>
border-color css
<style>
span { border-color: #405854; }
span { border-color: rgb(64,88,84); }
td.TdClassName
{
border-color: #405854;
}
.TagClassName
{
border-color: #405854;
}
</style>