Shades of Dark Slate #3F5D58
Tints of Dark Slate #3F5D58
RGB
CMYK
RGB Variations
Color information
#3F5D58 (or 0x3F5D58) is known color: Dark Slate. HEX triplet: 3F, 5D and 58. RGB value is (63,93,88). Sum of RGB (Red+Green+Blue) = 63+93+88=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D58 is #C0A2A7. Grayscale: #535353. Windows color (decimal): -12624552 or 5791039. OLE color: 5791039.
HSL color Cylindrical-coordinate representation of color #3F5D58: hue angle of 170º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D58 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 93 | 88 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.64 |
| HSL | 170º | 0.19% | 0.31% | - |
| HSV(B) | 170º | 0.32% | 0.36% | - |
| XYZ | 7.73 | 9.59 | 10.68 | - |
| YUV | 83.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 88 | 0.32 | 0 | 0.05 | 0.64 | 170 | 0.19 | 0.31 |
| Hex | 3F | 5D | 58 | 20 | 0 | 5 | 40 | AA | 13 | 1F |
| Octal | 77 | 135 | 130 | 40 | 0 | 5 | 100 | 252 | 23 | 37 |
| Binary | 111111 | 1011101 | 1011000 | 100000 | 0 | 101 | 1000000 | 10101010 | 10011 | 11111 |
Color Harmonies of #3F5D58
Complementary color
Monochromatic Colors of #3F5D58
Black with #3F5D58
Text Example
Text Example
White with #3F5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D58; }
p { color: rgb(63,93,88); }
H1.HeaderClassName
{
color: #3F5D58;
}
.AnyTagClassName
{
color: #3F5D58;
}
</style>
background-color css
<style>
a { background-color: #3F5D58; }
a { background-color: rgb(63,93,88); }
div.DivClassName
{
background-color: #3F5D58;
}
.BgClassName
{
background-color: #3F5D58;
}
</style>
border-color css
<style>
span { border-color: #3F5D58; }
span { border-color: rgb(63,93,88); }
td.TdClassName
{
border-color: #3F5D58;
}
.TagClassName
{
border-color: #3F5D58;
}
</style>