Shades of Dark Slate #465C5A
Tints of Dark Slate #465C5A
RGB
CMYK
RGB Variations
Color information
#465C5A (or 0x465C5A) is known color: Dark Slate. HEX triplet: 46, 5C and 5A. RGB value is (70,92,90). Sum of RGB (Red+Green+Blue) = 70+92+90=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #465C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C5A is #B9A3A5. Grayscale: #555555. Windows color (decimal): -12166054 or 5921862. OLE color: 5921862.
HSL color Cylindrical-coordinate representation of color #465C5A: hue angle of 174.55º 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 #465C5A is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 90 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.64 |
| HSL | 174.55º | 0.14% | 0.32% | - |
| HSV(B) | 174.55º | 0.24% | 0.36% | - |
| XYZ | 8.2 | 9.69 | 11.11 | - |
| YUV | 85.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 90 | 0.24 | 0 | 0.02 | 0.64 | 174.55 | 0.14 | 0.32 |
| Hex | 46 | 5C | 5A | 18 | 0 | 2 | 40 | AF | E | 20 |
| Octal | 106 | 134 | 132 | 30 | 0 | 2 | 100 | 257 | 16 | 40 |
| Binary | 1000110 | 1011100 | 1011010 | 11000 | 0 | 10 | 1000000 | 10101111 | 1110 | 100000 |
Color Harmonies of #465C5A
Complementary color
Monochromatic Colors of #465C5A
Black with #465C5A
Text Example
Text Example
White with #465C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C5A; }
p { color: rgb(70,92,90); }
H1.HeaderClassName
{
color: #465C5A;
}
.AnyTagClassName
{
color: #465C5A;
}
</style>
background-color css
<style>
a { background-color: #465C5A; }
a { background-color: rgb(70,92,90); }
div.DivClassName
{
background-color: #465C5A;
}
.BgClassName
{
background-color: #465C5A;
}
</style>
border-color css
<style>
span { border-color: #465C5A; }
span { border-color: rgb(70,92,90); }
td.TdClassName
{
border-color: #465C5A;
}
.TagClassName
{
border-color: #465C5A;
}
</style>