Shades of Dark Slate #3F5B58
Tints of Dark Slate #3F5B58
RGB
CMYK
RGB Variations
Color information
#3F5B58 (or 0x3F5B58) is known color: Dark Slate. HEX triplet: 3F, 5B and 58. RGB value is (63,91,88). Sum of RGB (Red+Green+Blue) = 63+91+88=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B58 is #C0A4A7. Grayscale: #525252. Windows color (decimal): -12625064 or 5790527. OLE color: 5790527.
HSL color Cylindrical-coordinate representation of color #3F5B58: hue angle of 173.57º 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 #3F5B58 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 88 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.64 |
| HSL | 173.57º | 0.18% | 0.3% | - |
| HSV(B) | 173.57º | 0.31% | 0.36% | - |
| XYZ | 7.55 | 9.24 | 10.62 | - |
| YUV | 82.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 88 | 0.31 | 0 | 0.03 | 0.64 | 173.57 | 0.18 | 0.3 |
| Hex | 3F | 5B | 58 | 1F | 0 | 3 | 40 | AE | 12 | 1E |
| Octal | 77 | 133 | 130 | 37 | 0 | 3 | 100 | 256 | 22 | 36 |
| Binary | 111111 | 1011011 | 1011000 | 11111 | 0 | 11 | 1000000 | 10101110 | 10010 | 11110 |
Color Harmonies of #3F5B58
Complementary color
Monochromatic Colors of #3F5B58
Black with #3F5B58
Text Example
Text Example
White with #3F5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B58; }
p { color: rgb(63,91,88); }
H1.HeaderClassName
{
color: #3F5B58;
}
.AnyTagClassName
{
color: #3F5B58;
}
</style>
background-color css
<style>
a { background-color: #3F5B58; }
a { background-color: rgb(63,91,88); }
div.DivClassName
{
background-color: #3F5B58;
}
.BgClassName
{
background-color: #3F5B58;
}
</style>
border-color css
<style>
span { border-color: #3F5B58; }
span { border-color: rgb(63,91,88); }
td.TdClassName
{
border-color: #3F5B58;
}
.TagClassName
{
border-color: #3F5B58;
}
</style>