Shades of Dark Slate #3E5553
Tints of Dark Slate #3E5553
RGB
CMYK
RGB Variations
Color information
#3E5553 (or 0x3E5553) is known color: Dark Slate. HEX triplet: 3E, 55 and 53. RGB value is (62,85,83). Sum of RGB (Red+Green+Blue) = 62+85+83=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5553 is #C1AAAC. Grayscale: #4D4D4D. Windows color (decimal): -12692141 or 5461310. OLE color: 5461310.
HSL color Cylindrical-coordinate representation of color #3E5553: hue angle of 174.78º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E5553 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 83 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.67 |
| HSL | 174.78º | 0.16% | 0.29% | - |
| HSV(B) | 174.78º | 0.27% | 0.33% | - |
| XYZ | 6.8 | 8.15 | 9.4 | - |
| YUV | 77.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 83 | 0.27 | 0 | 0.02 | 0.67 | 174.78 | 0.16 | 0.29 |
| Hex | 3E | 55 | 53 | 1B | 0 | 2 | 43 | AF | 10 | 1D |
| Octal | 76 | 125 | 123 | 33 | 0 | 2 | 103 | 257 | 20 | 35 |
| Binary | 111110 | 1010101 | 1010011 | 11011 | 0 | 10 | 1000011 | 10101111 | 10000 | 11101 |
Color Harmonies of #3E5553
Complementary color
Monochromatic Colors of #3E5553
Black with #3E5553
Text Example
Text Example
White with #3E5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5553; }
p { color: rgb(62,85,83); }
H1.HeaderClassName
{
color: #3E5553;
}
.AnyTagClassName
{
color: #3E5553;
}
</style>
background-color css
<style>
a { background-color: #3E5553; }
a { background-color: rgb(62,85,83); }
div.DivClassName
{
background-color: #3E5553;
}
.BgClassName
{
background-color: #3E5553;
}
</style>
border-color css
<style>
span { border-color: #3E5553; }
span { border-color: rgb(62,85,83); }
td.TdClassName
{
border-color: #3E5553;
}
.TagClassName
{
border-color: #3E5553;
}
</style>