Shades of Dark Slate #415A56
Tints of Dark Slate #415A56
RGB
CMYK
RGB Variations
Color information
#415A56 (or 0x415A56) is known color: Dark Slate. HEX triplet: 41, 5A and 56. RGB value is (65,90,86). Sum of RGB (Red+Green+Blue) = 65+90+86=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #415A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A56 is #BEA5A9. Grayscale: #525252. Windows color (decimal): -12494250 or 5659201. OLE color: 5659201.
HSL color Cylindrical-coordinate representation of color #415A56: hue angle of 170.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #415A56 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 86 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.65 |
| HSL | 170.4º | 0.16% | 0.3% | - |
| HSV(B) | 170.4º | 0.28% | 0.35% | - |
| XYZ | 7.52 | 9.11 | 10.17 | - |
| YUV | 82.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 86 | 0.28 | 0 | 0.04 | 0.65 | 170.4 | 0.16 | 0.3 |
| Hex | 41 | 5A | 56 | 1C | 0 | 4 | 41 | AA | 10 | 1E |
| Octal | 101 | 132 | 126 | 34 | 0 | 4 | 101 | 252 | 20 | 36 |
| Binary | 1000001 | 1011010 | 1010110 | 11100 | 0 | 100 | 1000001 | 10101010 | 10000 | 11110 |
Color Harmonies of #415A56
Complementary color
Monochromatic Colors of #415A56
Black with #415A56
Text Example
Text Example
White with #415A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A56; }
p { color: rgb(65,90,86); }
H1.HeaderClassName
{
color: #415A56;
}
.AnyTagClassName
{
color: #415A56;
}
</style>
background-color css
<style>
a { background-color: #415A56; }
a { background-color: rgb(65,90,86); }
div.DivClassName
{
background-color: #415A56;
}
.BgClassName
{
background-color: #415A56;
}
</style>
border-color css
<style>
span { border-color: #415A56; }
span { border-color: rgb(65,90,86); }
td.TdClassName
{
border-color: #415A56;
}
.TagClassName
{
border-color: #415A56;
}
</style>