Shades of Dark Slate #405150
Tints of Dark Slate #405150
RGB
CMYK
RGB Variations
Color information
#405150 (or 0x405150) is known color: Dark Slate. HEX triplet: 40, 51 and 50. RGB value is (64,81,80). Sum of RGB (Red+Green+Blue) = 64+81+80=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #405150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405150 is #BFAEAF. Grayscale: #4B4B4B. Windows color (decimal): -12562096 or 5263680. OLE color: 5263680.
HSL color Cylindrical-coordinate representation of color #405150: hue angle of 176.47º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #405150 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 80 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.68 |
| HSL | 176.47º | 0.12% | 0.28% | - |
| HSV(B) | 176.47º | 0.21% | 0.32% | - |
| XYZ | 6.5 | 7.55 | 8.7 | - |
| YUV | 75.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 80 | 0.21 | 0 | 0.01 | 0.68 | 176.47 | 0.12 | 0.28 |
| Hex | 40 | 51 | 50 | 15 | 0 | 1 | 44 | B0 | C | 1C |
| Octal | 100 | 121 | 120 | 25 | 0 | 1 | 104 | 260 | 14 | 34 |
| Binary | 1000000 | 1010001 | 1010000 | 10101 | 0 | 1 | 1000100 | 10110000 | 1100 | 11100 |
Color Harmonies of #405150
Complementary color
Monochromatic Colors of #405150
Black with #405150
Text Example
Text Example
White with #405150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405150; }
p { color: rgb(64,81,80); }
H1.HeaderClassName
{
color: #405150;
}
.AnyTagClassName
{
color: #405150;
}
</style>
background-color css
<style>
a { background-color: #405150; }
a { background-color: rgb(64,81,80); }
div.DivClassName
{
background-color: #405150;
}
.BgClassName
{
background-color: #405150;
}
</style>
border-color css
<style>
span { border-color: #405150; }
span { border-color: rgb(64,81,80); }
td.TdClassName
{
border-color: #405150;
}
.TagClassName
{
border-color: #405150;
}
</style>