Shades of Dark Slate Grey #334F53
Tints of Dark Slate Grey #334F53
RGB
CMYK
RGB Variations
Color information
#334F53 (or 0x334F53) is known color: Dark Slate Grey. HEX triplet: 33, 4F and 53. RGB value is (51,79,83). Sum of RGB (Red+Green+Blue) = 51+79+83=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #334F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F53 is #CCB0AC. Grayscale: #474747. Windows color (decimal): -13414573 or 5459763. OLE color: 5459763.
HSL color Cylindrical-coordinate representation of color #334F53: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334F53 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 79 | 83 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.67 |
| HSL | 187.5º | 0.24% | 0.26% | - |
| HSV(B) | 187.5º | 0.39% | 0.33% | - |
| XYZ | 5.72 | 6.92 | 9.22 | - |
| YUV | 71.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 83 | 0.39 | 0.05 | 0 | 0.67 | 187.5 | 0.24 | 0.26 |
| Hex | 33 | 4F | 53 | 27 | 5 | 0 | 43 | BC | 18 | 1A |
| Octal | 63 | 117 | 123 | 47 | 5 | 0 | 103 | 274 | 30 | 32 |
| Binary | 110011 | 1001111 | 1010011 | 100111 | 101 | 0 | 1000011 | 10111100 | 11000 | 11010 |
Color Harmonies of #334F53
Complementary color
Monochromatic Colors of #334F53
Black with #334F53
Text Example
Text Example
White with #334F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F53; }
p { color: rgb(51,79,83); }
H1.HeaderClassName
{
color: #334F53;
}
.AnyTagClassName
{
color: #334F53;
}
</style>
background-color css
<style>
a { background-color: #334F53; }
a { background-color: rgb(51,79,83); }
div.DivClassName
{
background-color: #334F53;
}
.BgClassName
{
background-color: #334F53;
}
</style>
border-color css
<style>
span { border-color: #334F53; }
span { border-color: rgb(51,79,83); }
td.TdClassName
{
border-color: #334F53;
}
.TagClassName
{
border-color: #334F53;
}
</style>