Shades of Dark Slate #40514F
Tints of Dark Slate #40514F
RGB
CMYK
RGB Variations
Color information
#40514F (or 0x40514F) is known color: Dark Slate. HEX triplet: 40, 51 and 4F. RGB value is (64,81,79). Sum of RGB (Red+Green+Blue) = 64+81+79=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #40514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40514F is #BFAEB0. Grayscale: #4B4B4B. Windows color (decimal): -12562097 or 5198144. OLE color: 5198144.
HSL color Cylindrical-coordinate representation of color #40514F: hue angle of 172.94º 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 #40514F is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 79 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.68 |
| HSL | 172.94º | 0.12% | 0.28% | - |
| HSV(B) | 172.94º | 0.21% | 0.32% | - |
| XYZ | 6.47 | 7.54 | 8.51 | - |
| YUV | 75.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 79 | 0.21 | 0 | 0.02 | 0.68 | 172.94 | 0.12 | 0.28 |
| Hex | 40 | 51 | 4F | 15 | 0 | 2 | 44 | AD | C | 1C |
| Octal | 100 | 121 | 117 | 25 | 0 | 2 | 104 | 255 | 14 | 34 |
| Binary | 1000000 | 1010001 | 1001111 | 10101 | 0 | 10 | 1000100 | 10101101 | 1100 | 11100 |
Color Harmonies of #40514F
Complementary color
Monochromatic Colors of #40514F
Black with #40514F
Text Example
Text Example
White with #40514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40514F; }
p { color: rgb(64,81,79); }
H1.HeaderClassName
{
color: #40514F;
}
.AnyTagClassName
{
color: #40514F;
}
</style>
background-color css
<style>
a { background-color: #40514F; }
a { background-color: rgb(64,81,79); }
div.DivClassName
{
background-color: #40514F;
}
.BgClassName
{
background-color: #40514F;
}
</style>
border-color css
<style>
span { border-color: #40514F; }
span { border-color: rgb(64,81,79); }
td.TdClassName
{
border-color: #40514F;
}
.TagClassName
{
border-color: #40514F;
}
</style>