Shades of Dark Slate #415150
Tints of Dark Slate #415150
RGB
CMYK
RGB Variations
Color information
#415150 (or 0x415150) is known color: Dark Slate. HEX triplet: 41, 51 and 50. RGB value is (65,81,80). Sum of RGB (Red+Green+Blue) = 65+81+80=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #415150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415150 is #BEAEAF. Grayscale: #4C4C4C. Windows color (decimal): -12496560 or 5263681. OLE color: 5263681.
HSL color Cylindrical-coordinate representation of color #415150: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #415150 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 80 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.68 |
| HSL | 176.25º | 0.11% | 0.29% | - |
| HSV(B) | 176.25º | 0.2% | 0.32% | - |
| XYZ | 6.57 | 7.59 | 8.71 | - |
| YUV | 76.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 80 | 0.20 | 0 | 0.01 | 0.68 | 176.25 | 0.11 | 0.29 |
| Hex | 41 | 51 | 50 | 14 | 0 | 1 | 44 | B0 | B | 1D |
| Octal | 101 | 121 | 120 | 24 | 0 | 1 | 104 | 260 | 13 | 35 |
| Binary | 1000001 | 1010001 | 1010000 | 10100 | 0 | 1 | 1000100 | 10110000 | 1011 | 11101 |
Color Harmonies of #415150
Complementary color
Monochromatic Colors of #415150
Black with #415150
Text Example
Text Example
White with #415150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415150; }
p { color: rgb(65,81,80); }
H1.HeaderClassName
{
color: #415150;
}
.AnyTagClassName
{
color: #415150;
}
</style>
background-color css
<style>
a { background-color: #415150; }
a { background-color: rgb(65,81,80); }
div.DivClassName
{
background-color: #415150;
}
.BgClassName
{
background-color: #415150;
}
</style>
border-color css
<style>
span { border-color: #415150; }
span { border-color: rgb(65,81,80); }
td.TdClassName
{
border-color: #415150;
}
.TagClassName
{
border-color: #415150;
}
</style>