Shades of Dark Slate #465955
Tints of Dark Slate #465955
RGB
CMYK
RGB Variations
Color information
#465955 (or 0x465955) is known color: Dark Slate. HEX triplet: 46, 59 and 55. RGB value is (70,89,85). Sum of RGB (Red+Green+Blue) = 70+89+85=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #465955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465955 is #B9A6AA. Grayscale: #525252. Windows color (decimal): -12166827 or 5593414. OLE color: 5593414.
HSL color Cylindrical-coordinate representation of color #465955: hue angle of 167.37º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465955 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 85 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.65 |
| HSL | 167.37º | 0.12% | 0.31% | - |
| HSV(B) | 167.37º | 0.21% | 0.35% | - |
| XYZ | 7.74 | 9.1 | 9.94 | - |
| YUV | 82.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 85 | 0.21 | 0 | 0.04 | 0.65 | 167.37 | 0.12 | 0.31 |
| Hex | 46 | 59 | 55 | 15 | 0 | 4 | 41 | A7 | C | 1F |
| Octal | 106 | 131 | 125 | 25 | 0 | 4 | 101 | 247 | 14 | 37 |
| Binary | 1000110 | 1011001 | 1010101 | 10101 | 0 | 100 | 1000001 | 10100111 | 1100 | 11111 |
Color Harmonies of #465955
Complementary color
Monochromatic Colors of #465955
Black with #465955
Text Example
Text Example
White with #465955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465955; }
p { color: rgb(70,89,85); }
H1.HeaderClassName
{
color: #465955;
}
.AnyTagClassName
{
color: #465955;
}
</style>
background-color css
<style>
a { background-color: #465955; }
a { background-color: rgb(70,89,85); }
div.DivClassName
{
background-color: #465955;
}
.BgClassName
{
background-color: #465955;
}
</style>
border-color css
<style>
span { border-color: #465955; }
span { border-color: rgb(70,89,85); }
td.TdClassName
{
border-color: #465955;
}
.TagClassName
{
border-color: #465955;
}
</style>