Shades of Dark Slate Grey #334E53
Tints of Dark Slate Grey #334E53
RGB
CMYK
RGB Variations
Color information
#334E53 (or 0x334E53) is known color: Dark Slate Grey. HEX triplet: 33, 4E and 53. RGB value is (51,78,83). Sum of RGB (Red+Green+Blue) = 51+78+83=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 78 (30.86% from 255 or 36.79% 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 #334E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E53 is #CCB1AC. Grayscale: #464646. Windows color (decimal): -13414829 or 5459507. OLE color: 5459507.
HSL color Cylindrical-coordinate representation of color #334E53: hue angle of 189.38º 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 #334E53 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 78 | 83 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.67 |
| HSL | 189.38º | 0.24% | 0.26% | - |
| HSV(B) | 189.38º | 0.39% | 0.33% | - |
| XYZ | 5.65 | 6.78 | 9.19 | - |
| YUV | 70.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 83 | 0.39 | 0.06 | 0 | 0.67 | 189.38 | 0.24 | 0.26 |
| Hex | 33 | 4E | 53 | 27 | 6 | 0 | 43 | BD | 18 | 1A |
| Octal | 63 | 116 | 123 | 47 | 6 | 0 | 103 | 275 | 30 | 32 |
| Binary | 110011 | 1001110 | 1010011 | 100111 | 110 | 0 | 1000011 | 10111101 | 11000 | 11010 |
Color Harmonies of #334E53
Complementary color
Monochromatic Colors of #334E53
Black with #334E53
Text Example
Text Example
White with #334E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E53; }
p { color: rgb(51,78,83); }
H1.HeaderClassName
{
color: #334E53;
}
.AnyTagClassName
{
color: #334E53;
}
</style>
background-color css
<style>
a { background-color: #334E53; }
a { background-color: rgb(51,78,83); }
div.DivClassName
{
background-color: #334E53;
}
.BgClassName
{
background-color: #334E53;
}
</style>
border-color css
<style>
span { border-color: #334E53; }
span { border-color: rgb(51,78,83); }
td.TdClassName
{
border-color: #334E53;
}
.TagClassName
{
border-color: #334E53;
}
</style>