Shades of Dark Slate Grey #215257
Tints of Dark Slate Grey #215257
RGB
CMYK
RGB Variations
Color information
#215257 (or 0x215257) is known color: Dark Slate Grey. HEX triplet: 21, 52 and 57. RGB value is (33,82,87). Sum of RGB (Red+Green+Blue) = 33+82+87=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #215257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215257 is #DEADA8. Grayscale: #434343. Windows color (decimal): -14593449 or 5722657. OLE color: 5722657.
HSL color Cylindrical-coordinate representation of color #215257: hue angle of 185.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215257 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 82 | 87 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.66 |
| HSL | 185.56º | 0.45% | 0.24% | - |
| HSV(B) | 185.56º | 0.62% | 0.34% | - |
| XYZ | 5.36 | 7.05 | 10.09 | - |
| YUV | 67.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 87 | 0.62 | 0.06 | 0 | 0.66 | 185.56 | 0.45 | 0.24 |
| Hex | 21 | 52 | 57 | 3E | 6 | 0 | 42 | BA | 2D | 18 |
| Octal | 41 | 122 | 127 | 76 | 6 | 0 | 102 | 272 | 55 | 30 |
| Binary | 100001 | 1010010 | 1010111 | 111110 | 110 | 0 | 1000010 | 10111010 | 101101 | 11000 |
Color Harmonies of #215257
Complementary color
Monochromatic Colors of #215257
Black with #215257
Text Example
Text Example
White with #215257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215257; }
p { color: rgb(33,82,87); }
H1.HeaderClassName
{
color: #215257;
}
.AnyTagClassName
{
color: #215257;
}
</style>
background-color css
<style>
a { background-color: #215257; }
a { background-color: rgb(33,82,87); }
div.DivClassName
{
background-color: #215257;
}
.BgClassName
{
background-color: #215257;
}
</style>
border-color css
<style>
span { border-color: #215257; }
span { border-color: rgb(33,82,87); }
td.TdClassName
{
border-color: #215257;
}
.TagClassName
{
border-color: #215257;
}
</style>