Shades of Dark Slate #465C5B
Tints of Dark Slate #465C5B
RGB
CMYK
RGB Variations
Color information
#465C5B (or 0x465C5B) is known color: Dark Slate. HEX triplet: 46, 5C and 5B. RGB value is (70,92,91). Sum of RGB (Red+Green+Blue) = 70+92+91=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 92 - color contains mainly: green. Hex color #465C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C5B is #B9A3A4. Grayscale: #555555. Windows color (decimal): -12166053 or 5987398. OLE color: 5987398.
HSL color Cylindrical-coordinate representation of color #465C5B: hue angle of 177.27º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C5B is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 91 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.64 |
| HSL | 177.27º | 0.14% | 0.32% | - |
| HSV(B) | 177.27º | 0.24% | 0.36% | - |
| XYZ | 8.24 | 9.71 | 11.34 | - |
| YUV | 85.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 91 | 0.24 | 0 | 0.01 | 0.64 | 177.27 | 0.14 | 0.32 |
| Hex | 46 | 5C | 5B | 18 | 0 | 1 | 40 | B1 | E | 20 |
| Octal | 106 | 134 | 133 | 30 | 0 | 1 | 100 | 261 | 16 | 40 |
| Binary | 1000110 | 1011100 | 1011011 | 11000 | 0 | 1 | 1000000 | 10110001 | 1110 | 100000 |
Color Harmonies of #465C5B
Complementary color
Monochromatic Colors of #465C5B
Black with #465C5B
Text Example
Text Example
White with #465C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C5B; }
p { color: rgb(70,92,91); }
H1.HeaderClassName
{
color: #465C5B;
}
.AnyTagClassName
{
color: #465C5B;
}
</style>
background-color css
<style>
a { background-color: #465C5B; }
a { background-color: rgb(70,92,91); }
div.DivClassName
{
background-color: #465C5B;
}
.BgClassName
{
background-color: #465C5B;
}
</style>
border-color css
<style>
span { border-color: #465C5B; }
span { border-color: rgb(70,92,91); }
td.TdClassName
{
border-color: #465C5B;
}
.TagClassName
{
border-color: #465C5B;
}
</style>