Shades of Dark Slate #415654
Tints of Dark Slate #415654
RGB
CMYK
RGB Variations
Color information
#415654 (or 0x415654) is known color: Dark Slate. HEX triplet: 41, 56 and 54. RGB value is (65,86,84). Sum of RGB (Red+Green+Blue) = 65+86+84=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #415654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415654 is #BEA9AB. Grayscale: #4F4F4F. Windows color (decimal): -12495276 or 5527105. OLE color: 5527105.
HSL color Cylindrical-coordinate representation of color #415654: hue angle of 174.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415654 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 86 | 84 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.66 |
| HSL | 174.29º | 0.14% | 0.3% | - |
| HSV(B) | 174.29º | 0.24% | 0.34% | - |
| XYZ | 7.11 | 8.42 | 9.64 | - |
| YUV | 79.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 84 | 0.24 | 0 | 0.02 | 0.66 | 174.29 | 0.14 | 0.3 |
| Hex | 41 | 56 | 54 | 18 | 0 | 2 | 42 | AE | E | 1E |
| Octal | 101 | 126 | 124 | 30 | 0 | 2 | 102 | 256 | 16 | 36 |
| Binary | 1000001 | 1010110 | 1010100 | 11000 | 0 | 10 | 1000010 | 10101110 | 1110 | 11110 |
Color Harmonies of #415654
Complementary color
Monochromatic Colors of #415654
Black with #415654
Text Example
Text Example
White with #415654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415654; }
p { color: rgb(65,86,84); }
H1.HeaderClassName
{
color: #415654;
}
.AnyTagClassName
{
color: #415654;
}
</style>
background-color css
<style>
a { background-color: #415654; }
a { background-color: rgb(65,86,84); }
div.DivClassName
{
background-color: #415654;
}
.BgClassName
{
background-color: #415654;
}
</style>
border-color css
<style>
span { border-color: #415654; }
span { border-color: rgb(65,86,84); }
td.TdClassName
{
border-color: #415654;
}
.TagClassName
{
border-color: #415654;
}
</style>