Shades of Dark Slate #415D59
Tints of Dark Slate #415D59
RGB
CMYK
RGB Variations
Color information
#415D59 (or 0x415D59) is known color: Dark Slate. HEX triplet: 41, 5D and 59. RGB value is (65,93,89). Sum of RGB (Red+Green+Blue) = 65+93+89=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #415D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D59 is #BEA2A6. Grayscale: #545454. Windows color (decimal): -12493479 or 5856577. OLE color: 5856577.
HSL color Cylindrical-coordinate representation of color #415D59: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D59 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 89 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.64 |
| HSL | 171.43º | 0.18% | 0.31% | - |
| HSV(B) | 171.43º | 0.3% | 0.36% | - |
| XYZ | 7.9 | 9.67 | 10.9 | - |
| YUV | 84.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 89 | 0.30 | 0 | 0.04 | 0.64 | 171.43 | 0.18 | 0.31 |
| Hex | 41 | 5D | 59 | 1E | 0 | 4 | 40 | AB | 12 | 1F |
| Octal | 101 | 135 | 131 | 36 | 0 | 4 | 100 | 253 | 22 | 37 |
| Binary | 1000001 | 1011101 | 1011001 | 11110 | 0 | 100 | 1000000 | 10101011 | 10010 | 11111 |
Color Harmonies of #415D59
Complementary color
Monochromatic Colors of #415D59
Black with #415D59
Text Example
Text Example
White with #415D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D59; }
p { color: rgb(65,93,89); }
H1.HeaderClassName
{
color: #415D59;
}
.AnyTagClassName
{
color: #415D59;
}
</style>
background-color css
<style>
a { background-color: #415D59; }
a { background-color: rgb(65,93,89); }
div.DivClassName
{
background-color: #415D59;
}
.BgClassName
{
background-color: #415D59;
}
</style>
border-color css
<style>
span { border-color: #415D59; }
span { border-color: rgb(65,93,89); }
td.TdClassName
{
border-color: #415D59;
}
.TagClassName
{
border-color: #415D59;
}
</style>