Shades of Dark Slate #405B58
Tints of Dark Slate #405B58
RGB
CMYK
RGB Variations
Color information
#405B58 (or 0x405B58) is known color: Dark Slate. HEX triplet: 40, 5B and 58. RGB value is (64,91,88). Sum of RGB (Red+Green+Blue) = 64+91+88=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #405B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B58 is #BFA4A7. Grayscale: #525252. Windows color (decimal): -12559528 or 5790528. OLE color: 5790528.
HSL color Cylindrical-coordinate representation of color #405B58: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B58 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 88 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.64 |
| HSL | 173.33º | 0.17% | 0.3% | - |
| HSV(B) | 173.33º | 0.3% | 0.36% | - |
| XYZ | 7.62 | 9.28 | 10.62 | - |
| YUV | 82.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 88 | 0.30 | 0 | 0.03 | 0.64 | 173.33 | 0.17 | 0.3 |
| Hex | 40 | 5B | 58 | 1E | 0 | 3 | 40 | AD | 11 | 1E |
| Octal | 100 | 133 | 130 | 36 | 0 | 3 | 100 | 255 | 21 | 36 |
| Binary | 1000000 | 1011011 | 1011000 | 11110 | 0 | 11 | 1000000 | 10101101 | 10001 | 11110 |
Color Harmonies of #405B58
Complementary color
Monochromatic Colors of #405B58
Black with #405B58
Text Example
Text Example
White with #405B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B58; }
p { color: rgb(64,91,88); }
H1.HeaderClassName
{
color: #405B58;
}
.AnyTagClassName
{
color: #405B58;
}
</style>
background-color css
<style>
a { background-color: #405B58; }
a { background-color: rgb(64,91,88); }
div.DivClassName
{
background-color: #405B58;
}
.BgClassName
{
background-color: #405B58;
}
</style>
border-color css
<style>
span { border-color: #405B58; }
span { border-color: rgb(64,91,88); }
td.TdClassName
{
border-color: #405B58;
}
.TagClassName
{
border-color: #405B58;
}
</style>