Shades of Dark Slate #465B57
Tints of Dark Slate #465B57
RGB
CMYK
RGB Variations
Color information
#465B57 (or 0x465B57) is known color: Dark Slate. HEX triplet: 46, 5B and 57. RGB value is (70,91,87). Sum of RGB (Red+Green+Blue) = 70+91+87=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #465B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B57 is #B9A4A8. Grayscale: #545454. Windows color (decimal): -12166313 or 5724998. OLE color: 5724998.
HSL color Cylindrical-coordinate representation of color #465B57: hue angle of 168.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B57 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 87 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.64 |
| HSL | 168.57º | 0.13% | 0.32% | - |
| HSV(B) | 168.57º | 0.23% | 0.36% | - |
| XYZ | 7.99 | 9.47 | 10.42 | - |
| YUV | 84.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 87 | 0.23 | 0 | 0.04 | 0.64 | 168.57 | 0.13 | 0.32 |
| Hex | 46 | 5B | 57 | 17 | 0 | 4 | 40 | A9 | D | 20 |
| Octal | 106 | 133 | 127 | 27 | 0 | 4 | 100 | 251 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1010111 | 10111 | 0 | 100 | 1000000 | 10101001 | 1101 | 100000 |
Color Harmonies of #465B57
Complementary color
Monochromatic Colors of #465B57
Black with #465B57
Text Example
Text Example
White with #465B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B57; }
p { color: rgb(70,91,87); }
H1.HeaderClassName
{
color: #465B57;
}
.AnyTagClassName
{
color: #465B57;
}
</style>
background-color css
<style>
a { background-color: #465B57; }
a { background-color: rgb(70,91,87); }
div.DivClassName
{
background-color: #465B57;
}
.BgClassName
{
background-color: #465B57;
}
</style>
border-color css
<style>
span { border-color: #465B57; }
span { border-color: rgb(70,91,87); }
td.TdClassName
{
border-color: #465B57;
}
.TagClassName
{
border-color: #465B57;
}
</style>