Shades of Dark Slate #405451
Tints of Dark Slate #405451
RGB
CMYK
RGB Variations
Color information
#405451 (or 0x405451) is known color: Dark Slate. HEX triplet: 40, 54 and 51. RGB value is (64,84,81). Sum of RGB (Red+Green+Blue) = 64+84+81=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #405451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405451 is #BFABAE. Grayscale: #4D4D4D. Windows color (decimal): -12561327 or 5329984. OLE color: 5329984.
HSL color Cylindrical-coordinate representation of color #405451: hue angle of 171º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #405451 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 81 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.67 |
| HSL | 171º | 0.14% | 0.29% | - |
| HSV(B) | 171º | 0.24% | 0.33% | - |
| XYZ | 6.77 | 8.02 | 8.98 | - |
| YUV | 77.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 81 | 0.24 | 0 | 0.04 | 0.67 | 171 | 0.14 | 0.29 |
| Hex | 40 | 54 | 51 | 18 | 0 | 4 | 43 | AB | E | 1D |
| Octal | 100 | 124 | 121 | 30 | 0 | 4 | 103 | 253 | 16 | 35 |
| Binary | 1000000 | 1010100 | 1010001 | 11000 | 0 | 100 | 1000011 | 10101011 | 1110 | 11101 |
Color Harmonies of #405451
Complementary color
Monochromatic Colors of #405451
Black with #405451
Text Example
Text Example
White with #405451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405451; }
p { color: rgb(64,84,81); }
H1.HeaderClassName
{
color: #405451;
}
.AnyTagClassName
{
color: #405451;
}
</style>
background-color css
<style>
a { background-color: #405451; }
a { background-color: rgb(64,84,81); }
div.DivClassName
{
background-color: #405451;
}
.BgClassName
{
background-color: #405451;
}
</style>
border-color css
<style>
span { border-color: #405451; }
span { border-color: rgb(64,84,81); }
td.TdClassName
{
border-color: #405451;
}
.TagClassName
{
border-color: #405451;
}
</style>