Shades of Dark Slate Grey #215355
Tints of Dark Slate Grey #215355
RGB
CMYK
RGB Variations
Color information
#215355 (or 0x215355) is known color: Dark Slate Grey. HEX triplet: 21, 53 and 55. RGB value is (33,83,85). Sum of RGB (Red+Green+Blue) = 33+83+85=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #215355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215355 is #DEACAA. Grayscale: #444444. Windows color (decimal): -14593195 or 5591841. OLE color: 5591841.
HSL color Cylindrical-coordinate representation of color #215355: hue angle of 182.31º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215355 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 85 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.67 |
| HSL | 182.31º | 0.44% | 0.23% | - |
| HSV(B) | 182.31º | 0.61% | 0.33% | - |
| XYZ | 5.36 | 7.17 | 9.69 | - |
| YUV | 68.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 85 | 0.61 | 0.02 | 0 | 0.67 | 182.31 | 0.44 | 0.23 |
| Hex | 21 | 53 | 55 | 3D | 2 | 0 | 43 | B6 | 2C | 17 |
| Octal | 41 | 123 | 125 | 75 | 2 | 0 | 103 | 266 | 54 | 27 |
| Binary | 100001 | 1010011 | 1010101 | 111101 | 10 | 0 | 1000011 | 10110110 | 101100 | 10111 |
Color Harmonies of #215355
Complementary color
Monochromatic Colors of #215355
Black with #215355
Text Example
Text Example
White with #215355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215355; }
p { color: rgb(33,83,85); }
H1.HeaderClassName
{
color: #215355;
}
.AnyTagClassName
{
color: #215355;
}
</style>
background-color css
<style>
a { background-color: #215355; }
a { background-color: rgb(33,83,85); }
div.DivClassName
{
background-color: #215355;
}
.BgClassName
{
background-color: #215355;
}
</style>
border-color css
<style>
span { border-color: #215355; }
span { border-color: rgb(33,83,85); }
td.TdClassName
{
border-color: #215355;
}
.TagClassName
{
border-color: #215355;
}
</style>