Shades of Dark Slate #415652
Tints of Dark Slate #415652
RGB
CMYK
RGB Variations
Color information
#415652 (or 0x415652) is known color: Dark Slate. HEX triplet: 41, 56 and 52. RGB value is (65,86,82). Sum of RGB (Red+Green+Blue) = 65+86+82=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #415652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415652 is #BEA9AD. Grayscale: #4F4F4F. Windows color (decimal): -12495278 or 5396033. OLE color: 5396033.
HSL color Cylindrical-coordinate representation of color #415652: hue angle of 168.57º 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 #415652 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 86 | 82 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.66 |
| HSL | 168.57º | 0.14% | 0.3% | - |
| HSV(B) | 168.57º | 0.24% | 0.34% | - |
| XYZ | 7.03 | 8.39 | 9.23 | - |
| YUV | 79.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 82 | 0.24 | 0 | 0.05 | 0.66 | 168.57 | 0.14 | 0.3 |
| Hex | 41 | 56 | 52 | 18 | 0 | 5 | 42 | A9 | E | 1E |
| Octal | 101 | 126 | 122 | 30 | 0 | 5 | 102 | 251 | 16 | 36 |
| Binary | 1000001 | 1010110 | 1010010 | 11000 | 0 | 101 | 1000010 | 10101001 | 1110 | 11110 |
Color Harmonies of #415652
Complementary color
Monochromatic Colors of #415652
Black with #415652
Text Example
Text Example
White with #415652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415652; }
p { color: rgb(65,86,82); }
H1.HeaderClassName
{
color: #415652;
}
.AnyTagClassName
{
color: #415652;
}
</style>
background-color css
<style>
a { background-color: #415652; }
a { background-color: rgb(65,86,82); }
div.DivClassName
{
background-color: #415652;
}
.BgClassName
{
background-color: #415652;
}
</style>
border-color css
<style>
span { border-color: #415652; }
span { border-color: rgb(65,86,82); }
td.TdClassName
{
border-color: #415652;
}
.TagClassName
{
border-color: #415652;
}
</style>