Shades of Dark Slate Grey #324F53
Tints of Dark Slate Grey #324F53
RGB
CMYK
RGB Variations
Color information
#324F53 (or 0x324F53) is known color: Dark Slate Grey. HEX triplet: 32, 4F and 53. RGB value is (50,79,83). Sum of RGB (Red+Green+Blue) = 50+79+83=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #324F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F53 is #CDB0AC. Grayscale: #464646. Windows color (decimal): -13480109 or 5459762. OLE color: 5459762.
HSL color Cylindrical-coordinate representation of color #324F53: hue angle of 187.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324F53 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 79 | 83 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.67 |
| HSL | 187.27º | 0.25% | 0.26% | - |
| HSV(B) | 187.27º | 0.4% | 0.33% | - |
| XYZ | 5.67 | 6.89 | 9.22 | - |
| YUV | 70.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 83 | 0.40 | 0.05 | 0 | 0.67 | 187.27 | 0.25 | 0.26 |
| Hex | 32 | 4F | 53 | 28 | 5 | 0 | 43 | BB | 19 | 1A |
| Octal | 62 | 117 | 123 | 50 | 5 | 0 | 103 | 273 | 31 | 32 |
| Binary | 110010 | 1001111 | 1010011 | 101000 | 101 | 0 | 1000011 | 10111011 | 11001 | 11010 |
Color Harmonies of #324F53
Complementary color
Monochromatic Colors of #324F53
Black with #324F53
Text Example
Text Example
White with #324F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F53; }
p { color: rgb(50,79,83); }
H1.HeaderClassName
{
color: #324F53;
}
.AnyTagClassName
{
color: #324F53;
}
</style>
background-color css
<style>
a { background-color: #324F53; }
a { background-color: rgb(50,79,83); }
div.DivClassName
{
background-color: #324F53;
}
.BgClassName
{
background-color: #324F53;
}
</style>
border-color css
<style>
span { border-color: #324F53; }
span { border-color: rgb(50,79,83); }
td.TdClassName
{
border-color: #324F53;
}
.TagClassName
{
border-color: #324F53;
}
</style>