Shades of Dark Slate #415250
Tints of Dark Slate #415250
RGB
CMYK
RGB Variations
Color information
#415250 (or 0x415250) is known color: Dark Slate. HEX triplet: 41, 52 and 50. RGB value is (65,82,80). Sum of RGB (Red+Green+Blue) = 65+82+80=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #415250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415250 is #BEADAF. Grayscale: #4C4C4C. Windows color (decimal): -12496304 or 5263937. OLE color: 5263937.
HSL color Cylindrical-coordinate representation of color #415250: hue angle of 172.94º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415250 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 80 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.68 |
| HSL | 172.94º | 0.12% | 0.29% | - |
| HSV(B) | 172.94º | 0.21% | 0.32% | - |
| XYZ | 6.65 | 7.74 | 8.73 | - |
| YUV | 76.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 80 | 0.21 | 0 | 0.02 | 0.68 | 172.94 | 0.12 | 0.29 |
| Hex | 41 | 52 | 50 | 15 | 0 | 2 | 44 | AD | C | 1D |
| Octal | 101 | 122 | 120 | 25 | 0 | 2 | 104 | 255 | 14 | 35 |
| Binary | 1000001 | 1010010 | 1010000 | 10101 | 0 | 10 | 1000100 | 10101101 | 1100 | 11101 |
Color Harmonies of #415250
Complementary color
Monochromatic Colors of #415250
Black with #415250
Text Example
Text Example
White with #415250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415250; }
p { color: rgb(65,82,80); }
H1.HeaderClassName
{
color: #415250;
}
.AnyTagClassName
{
color: #415250;
}
</style>
background-color css
<style>
a { background-color: #415250; }
a { background-color: rgb(65,82,80); }
div.DivClassName
{
background-color: #415250;
}
.BgClassName
{
background-color: #415250;
}
</style>
border-color css
<style>
span { border-color: #415250; }
span { border-color: rgb(65,82,80); }
td.TdClassName
{
border-color: #415250;
}
.TagClassName
{
border-color: #415250;
}
</style>