Shades of Dark Slate Grey #335153
Tints of Dark Slate Grey #335153
RGB
CMYK
RGB Variations
Color information
#335153 (or 0x335153) is known color: Dark Slate Grey. HEX triplet: 33, 51 and 53. RGB value is (51,81,83). Sum of RGB (Red+Green+Blue) = 51+81+83=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #335153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335153 is #CCAEAC. Grayscale: #484848. Windows color (decimal): -13414061 or 5460275. OLE color: 5460275.
HSL color Cylindrical-coordinate representation of color #335153: hue angle of 183.75º 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 #335153 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 81 | 83 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.67 |
| HSL | 183.75º | 0.24% | 0.26% | - |
| HSV(B) | 183.75º | 0.39% | 0.33% | - |
| XYZ | 5.87 | 7.21 | 9.27 | - |
| YUV | 72.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 83 | 0.39 | 0.02 | 0 | 0.67 | 183.75 | 0.24 | 0.26 |
| Hex | 33 | 51 | 53 | 27 | 2 | 0 | 43 | B8 | 18 | 1A |
| Octal | 63 | 121 | 123 | 47 | 2 | 0 | 103 | 270 | 30 | 32 |
| Binary | 110011 | 1010001 | 1010011 | 100111 | 10 | 0 | 1000011 | 10111000 | 11000 | 11010 |
Color Harmonies of #335153
Complementary color
Monochromatic Colors of #335153
Black with #335153
Text Example
Text Example
White with #335153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335153; }
p { color: rgb(51,81,83); }
H1.HeaderClassName
{
color: #335153;
}
.AnyTagClassName
{
color: #335153;
}
</style>
background-color css
<style>
a { background-color: #335153; }
a { background-color: rgb(51,81,83); }
div.DivClassName
{
background-color: #335153;
}
.BgClassName
{
background-color: #335153;
}
</style>
border-color css
<style>
span { border-color: #335153; }
span { border-color: rgb(51,81,83); }
td.TdClassName
{
border-color: #335153;
}
.TagClassName
{
border-color: #335153;
}
</style>