Shades of Dark Slate #465D59
Tints of Dark Slate #465D59
RGB
CMYK
RGB Variations
Color information
#465D59 (or 0x465D59) is known color: Dark Slate. HEX triplet: 46, 5D and 59. RGB value is (70,93,89). Sum of RGB (Red+Green+Blue) = 70+93+89=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #465D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D59 is #B9A2A6. Grayscale: #555555. Windows color (decimal): -12165799 or 5856582. OLE color: 5856582.
HSL color Cylindrical-coordinate representation of color #465D59: hue angle of 169.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D59 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 89 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.64 |
| HSL | 169.57º | 0.14% | 0.32% | - |
| HSV(B) | 169.57º | 0.25% | 0.36% | - |
| XYZ | 8.24 | 9.85 | 10.92 | - |
| YUV | 85.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 89 | 0.25 | 0 | 0.04 | 0.64 | 169.57 | 0.14 | 0.32 |
| Hex | 46 | 5D | 59 | 19 | 0 | 4 | 40 | AA | E | 20 |
| Octal | 106 | 135 | 131 | 31 | 0 | 4 | 100 | 252 | 16 | 40 |
| Binary | 1000110 | 1011101 | 1011001 | 11001 | 0 | 100 | 1000000 | 10101010 | 1110 | 100000 |
Color Harmonies of #465D59
Complementary color
Monochromatic Colors of #465D59
Black with #465D59
Text Example
Text Example
White with #465D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D59; }
p { color: rgb(70,93,89); }
H1.HeaderClassName
{
color: #465D59;
}
.AnyTagClassName
{
color: #465D59;
}
</style>
background-color css
<style>
a { background-color: #465D59; }
a { background-color: rgb(70,93,89); }
div.DivClassName
{
background-color: #465D59;
}
.BgClassName
{
background-color: #465D59;
}
</style>
border-color css
<style>
span { border-color: #465D59; }
span { border-color: rgb(70,93,89); }
td.TdClassName
{
border-color: #465D59;
}
.TagClassName
{
border-color: #465D59;
}
</style>