Shades of Dark Slate #465F5C
Tints of Dark Slate #465F5C
RGB
CMYK
RGB Variations
Color information
#465F5C (or 0x465F5C) is known color: Dark Slate. HEX triplet: 46, 5F and 5C. RGB value is (70,95,92). Sum of RGB (Red+Green+Blue) = 70+95+92=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #465F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F5C is #B9A0A3. Grayscale: #575757. Windows color (decimal): -12165284 or 6053702. OLE color: 6053702.
HSL color Cylindrical-coordinate representation of color #465F5C: hue angle of 172.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465F5C is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 92 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.63 |
| HSL | 172.8º | 0.15% | 0.32% | - |
| HSV(B) | 172.8º | 0.26% | 0.37% | - |
| XYZ | 8.55 | 10.26 | 11.65 | - |
| YUV | 87.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 92 | 0.26 | 0 | 0.03 | 0.63 | 172.8 | 0.15 | 0.32 |
| Hex | 46 | 5F | 5C | 1A | 0 | 3 | 3F | AD | F | 20 |
| Octal | 106 | 137 | 134 | 32 | 0 | 3 | 77 | 255 | 17 | 40 |
| Binary | 1000110 | 1011111 | 1011100 | 11010 | 0 | 11 | 111111 | 10101101 | 1111 | 100000 |
Color Harmonies of #465F5C
Complementary color
Monochromatic Colors of #465F5C
Black with #465F5C
Text Example
Text Example
White with #465F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F5C; }
p { color: rgb(70,95,92); }
H1.HeaderClassName
{
color: #465F5C;
}
.AnyTagClassName
{
color: #465F5C;
}
</style>
background-color css
<style>
a { background-color: #465F5C; }
a { background-color: rgb(70,95,92); }
div.DivClassName
{
background-color: #465F5C;
}
.BgClassName
{
background-color: #465F5C;
}
</style>
border-color css
<style>
span { border-color: #465F5C; }
span { border-color: rgb(70,95,92); }
td.TdClassName
{
border-color: #465F5C;
}
.TagClassName
{
border-color: #465F5C;
}
</style>