Shades of Dark Slate #415552
Tints of Dark Slate #415552
RGB
CMYK
RGB Variations
Color information
#415552 (or 0x415552) is known color: Dark Slate. HEX triplet: 41, 55 and 52. RGB value is (65,85,82). Sum of RGB (Red+Green+Blue) = 65+85+82=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #415552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415552 is #BEAAAD. Grayscale: #4E4E4E. Windows color (decimal): -12495534 or 5395777. OLE color: 5395777.
HSL color Cylindrical-coordinate representation of color #415552: hue angle of 171º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415552 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 82 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.67 |
| HSL | 171º | 0.13% | 0.29% | - |
| HSV(B) | 171º | 0.24% | 0.33% | - |
| XYZ | 6.95 | 8.23 | 9.2 | - |
| YUV | 78.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 82 | 0.24 | 0 | 0.04 | 0.67 | 171 | 0.13 | 0.29 |
| Hex | 41 | 55 | 52 | 18 | 0 | 4 | 43 | AB | D | 1D |
| Octal | 101 | 125 | 122 | 30 | 0 | 4 | 103 | 253 | 15 | 35 |
| Binary | 1000001 | 1010101 | 1010010 | 11000 | 0 | 100 | 1000011 | 10101011 | 1101 | 11101 |
Color Harmonies of #415552
Complementary color
Monochromatic Colors of #415552
Black with #415552
Text Example
Text Example
White with #415552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415552; }
p { color: rgb(65,85,82); }
H1.HeaderClassName
{
color: #415552;
}
.AnyTagClassName
{
color: #415552;
}
</style>
background-color css
<style>
a { background-color: #415552; }
a { background-color: rgb(65,85,82); }
div.DivClassName
{
background-color: #415552;
}
.BgClassName
{
background-color: #415552;
}
</style>
border-color css
<style>
span { border-color: #415552; }
span { border-color: rgb(65,85,82); }
td.TdClassName
{
border-color: #415552;
}
.TagClassName
{
border-color: #415552;
}
</style>