Shades of Dark Slate #415E5A
Tints of Dark Slate #415E5A
RGB
CMYK
RGB Variations
Color information
#415E5A (or 0x415E5A) is known color: Dark Slate. HEX triplet: 41, 5E and 5A. RGB value is (65,94,90). Sum of RGB (Red+Green+Blue) = 65+94+90=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 94 - color contains mainly: green. Hex color #415E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E5A is #BEA1A5. Grayscale: #545454. Windows color (decimal): -12493222 or 5922369. OLE color: 5922369.
HSL color Cylindrical-coordinate representation of color #415E5A: hue angle of 171.72º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E5A is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 94 | 90 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.63 |
| HSL | 171.72º | 0.18% | 0.31% | - |
| HSV(B) | 171.72º | 0.31% | 0.37% | - |
| XYZ | 8.03 | 9.87 | 11.15 | - |
| YUV | 84.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 90 | 0.31 | 0 | 0.04 | 0.63 | 171.72 | 0.18 | 0.31 |
| Hex | 41 | 5E | 5A | 1F | 0 | 4 | 3F | AC | 12 | 1F |
| Octal | 101 | 136 | 132 | 37 | 0 | 4 | 77 | 254 | 22 | 37 |
| Binary | 1000001 | 1011110 | 1011010 | 11111 | 0 | 100 | 111111 | 10101100 | 10010 | 11111 |
Color Harmonies of #415E5A
Complementary color
Monochromatic Colors of #415E5A
Black with #415E5A
Text Example
Text Example
White with #415E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E5A; }
p { color: rgb(65,94,90); }
H1.HeaderClassName
{
color: #415E5A;
}
.AnyTagClassName
{
color: #415E5A;
}
</style>
background-color css
<style>
a { background-color: #415E5A; }
a { background-color: rgb(65,94,90); }
div.DivClassName
{
background-color: #415E5A;
}
.BgClassName
{
background-color: #415E5A;
}
</style>
border-color css
<style>
span { border-color: #415E5A; }
span { border-color: rgb(65,94,90); }
td.TdClassName
{
border-color: #415E5A;
}
.TagClassName
{
border-color: #415E5A;
}
</style>