Shades of Dark Slate #405251
Tints of Dark Slate #405251
RGB
CMYK
RGB Variations
Color information
#405251 (or 0x405251) is known color: Dark Slate. HEX triplet: 40, 52 and 51. RGB value is (64,82,81). Sum of RGB (Red+Green+Blue) = 64+82+81=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #405251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405251 is #BFADAE. Grayscale: #4C4C4C. Windows color (decimal): -12561839 or 5329472. OLE color: 5329472.
HSL color Cylindrical-coordinate representation of color #405251: hue angle of 176.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405251 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 81 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.68 |
| HSL | 176.67º | 0.12% | 0.29% | - |
| HSV(B) | 176.67º | 0.22% | 0.32% | - |
| XYZ | 6.62 | 7.72 | 8.93 | - |
| YUV | 76.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 81 | 0.22 | 0 | 0.01 | 0.68 | 176.67 | 0.12 | 0.29 |
| Hex | 40 | 52 | 51 | 16 | 0 | 1 | 44 | B1 | C | 1D |
| Octal | 100 | 122 | 121 | 26 | 0 | 1 | 104 | 261 | 14 | 35 |
| Binary | 1000000 | 1010010 | 1010001 | 10110 | 0 | 1 | 1000100 | 10110001 | 1100 | 11101 |
Color Harmonies of #405251
Complementary color
Monochromatic Colors of #405251
Black with #405251
Text Example
Text Example
White with #405251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405251; }
p { color: rgb(64,82,81); }
H1.HeaderClassName
{
color: #405251;
}
.AnyTagClassName
{
color: #405251;
}
</style>
background-color css
<style>
a { background-color: #405251; }
a { background-color: rgb(64,82,81); }
div.DivClassName
{
background-color: #405251;
}
.BgClassName
{
background-color: #405251;
}
</style>
border-color css
<style>
span { border-color: #405251; }
span { border-color: rgb(64,82,81); }
td.TdClassName
{
border-color: #405251;
}
.TagClassName
{
border-color: #405251;
}
</style>