Shades of Dark Slate #3F5B56
Tints of Dark Slate #3F5B56
RGB
CMYK
RGB Variations
Color information
#3F5B56 (or 0x3F5B56) is known color: Dark Slate. HEX triplet: 3F, 5B and 56. RGB value is (63,91,86). Sum of RGB (Red+Green+Blue) = 63+91+86=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B56 is #C0A4A9. Grayscale: #525252. Windows color (decimal): -12625066 or 5659455. OLE color: 5659455.
HSL color Cylindrical-coordinate representation of color #3F5B56: hue angle of 169.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F5B56 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 86 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.64 |
| HSL | 169.29º | 0.18% | 0.3% | - |
| HSV(B) | 169.29º | 0.31% | 0.36% | - |
| XYZ | 7.47 | 9.21 | 10.19 | - |
| YUV | 82.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 86 | 0.31 | 0 | 0.05 | 0.64 | 169.29 | 0.18 | 0.3 |
| Hex | 3F | 5B | 56 | 1F | 0 | 5 | 40 | A9 | 12 | 1E |
| Octal | 77 | 133 | 126 | 37 | 0 | 5 | 100 | 251 | 22 | 36 |
| Binary | 111111 | 1011011 | 1010110 | 11111 | 0 | 101 | 1000000 | 10101001 | 10010 | 11110 |
Color Harmonies of #3F5B56
Complementary color
Monochromatic Colors of #3F5B56
Black with #3F5B56
Text Example
Text Example
White with #3F5B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B56; }
p { color: rgb(63,91,86); }
H1.HeaderClassName
{
color: #3F5B56;
}
.AnyTagClassName
{
color: #3F5B56;
}
</style>
background-color css
<style>
a { background-color: #3F5B56; }
a { background-color: rgb(63,91,86); }
div.DivClassName
{
background-color: #3F5B56;
}
.BgClassName
{
background-color: #3F5B56;
}
</style>
border-color css
<style>
span { border-color: #3F5B56; }
span { border-color: rgb(63,91,86); }
td.TdClassName
{
border-color: #3F5B56;
}
.TagClassName
{
border-color: #3F5B56;
}
</style>