Shades of Dark Slate #3F5B57
Tints of Dark Slate #3F5B57
RGB
CMYK
RGB Variations
Color information
#3F5B57 (or 0x3F5B57) is known color: Dark Slate. HEX triplet: 3F, 5B and 57. RGB value is (63,91,87). Sum of RGB (Red+Green+Blue) = 63+91+87=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B57 is #C0A4A8. Grayscale: #525252. Windows color (decimal): -12625065 or 5724991. OLE color: 5724991.
HSL color Cylindrical-coordinate representation of color #3F5B57: hue angle of 171.43º 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 #3F5B57 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 87 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.64 |
| HSL | 171.43º | 0.18% | 0.3% | - |
| HSV(B) | 171.43º | 0.31% | 0.36% | - |
| XYZ | 7.51 | 9.23 | 10.4 | - |
| YUV | 82.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 87 | 0.31 | 0 | 0.04 | 0.64 | 171.43 | 0.18 | 0.3 |
| Hex | 3F | 5B | 57 | 1F | 0 | 4 | 40 | AB | 12 | 1E |
| Octal | 77 | 133 | 127 | 37 | 0 | 4 | 100 | 253 | 22 | 36 |
| Binary | 111111 | 1011011 | 1010111 | 11111 | 0 | 100 | 1000000 | 10101011 | 10010 | 11110 |
Color Harmonies of #3F5B57
Complementary color
Monochromatic Colors of #3F5B57
Black with #3F5B57
Text Example
Text Example
White with #3F5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B57; }
p { color: rgb(63,91,87); }
H1.HeaderClassName
{
color: #3F5B57;
}
.AnyTagClassName
{
color: #3F5B57;
}
</style>
background-color css
<style>
a { background-color: #3F5B57; }
a { background-color: rgb(63,91,87); }
div.DivClassName
{
background-color: #3F5B57;
}
.BgClassName
{
background-color: #3F5B57;
}
</style>
border-color css
<style>
span { border-color: #3F5B57; }
span { border-color: rgb(63,91,87); }
td.TdClassName
{
border-color: #3F5B57;
}
.TagClassName
{
border-color: #3F5B57;
}
</style>