Shades of Dark Slate #465555
Tints of Dark Slate #465555
RGB
CMYK
RGB Variations
Color information
#465555 (or 0x465555) is known color: Dark Slate. HEX triplet: 46, 55 and 55. RGB value is (70,85,85). Sum of RGB (Red+Green+Blue) = 70+85+85=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #465555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465555 is #B9AAAA. Grayscale: #505050. Windows color (decimal): -12167851 or 5592390. OLE color: 5592390.
HSL color Cylindrical-coordinate representation of color #465555: hue angle of 180º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465555 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 85 | 85 | - |
| CMYK | 0.18 | 0 | 0 | 0.67 |
| HSL | 180º | 0.1% | 0.3% | - |
| HSV(B) | 180º | 0.18% | 0.33% | - |
| XYZ | 7.41 | 8.45 | 9.84 | - |
| YUV | 80.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 85 | 0.18 | 0 | 0 | 0.67 | 180 | 0.1 | 0.3 |
| Hex | 46 | 55 | 55 | 12 | 0 | 0 | 43 | B4 | A | 1E |
| Octal | 106 | 125 | 125 | 22 | 0 | 0 | 103 | 264 | 12 | 36 |
| Binary | 1000110 | 1010101 | 1010101 | 10010 | 0 | 0 | 1000011 | 10110100 | 1010 | 11110 |
Color Harmonies of #465555
Complementary color
Monochromatic Colors of #465555
Black with #465555
Text Example
Text Example
White with #465555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465555; }
p { color: rgb(70,85,85); }
H1.HeaderClassName
{
color: #465555;
}
.AnyTagClassName
{
color: #465555;
}
</style>
background-color css
<style>
a { background-color: #465555; }
a { background-color: rgb(70,85,85); }
div.DivClassName
{
background-color: #465555;
}
.BgClassName
{
background-color: #465555;
}
</style>
border-color css
<style>
span { border-color: #465555; }
span { border-color: rgb(70,85,85); }
td.TdClassName
{
border-color: #465555;
}
.TagClassName
{
border-color: #465555;
}
</style>