Shades of Dark Slate Grey #215358
Tints of Dark Slate Grey #215358
RGB
CMYK
RGB Variations
Color information
#215358 (or 0x215358) is known color: Dark Slate Grey. HEX triplet: 21, 53 and 58. RGB value is (33,83,88). Sum of RGB (Red+Green+Blue) = 33+83+88=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #215358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215358 is #DEACA7. Grayscale: #444444. Windows color (decimal): -14593192 or 5788449. OLE color: 5788449.
HSL color Cylindrical-coordinate representation of color #215358: hue angle of 185.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215358 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 83 | 88 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.65 |
| HSL | 185.45º | 0.45% | 0.24% | - |
| HSV(B) | 185.45º | 0.63% | 0.35% | - |
| XYZ | 5.48 | 7.21 | 10.34 | - |
| YUV | 68.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 88 | 0.62 | 0.06 | 0 | 0.65 | 185.45 | 0.45 | 0.24 |
| Hex | 21 | 53 | 58 | 3E | 6 | 0 | 41 | B9 | 2D | 18 |
| Octal | 41 | 123 | 130 | 76 | 6 | 0 | 101 | 271 | 55 | 30 |
| Binary | 100001 | 1010011 | 1011000 | 111110 | 110 | 0 | 1000001 | 10111001 | 101101 | 11000 |
Color Harmonies of #215358
Complementary color
Monochromatic Colors of #215358
Black with #215358
Text Example
Text Example
White with #215358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215358; }
p { color: rgb(33,83,88); }
H1.HeaderClassName
{
color: #215358;
}
.AnyTagClassName
{
color: #215358;
}
</style>
background-color css
<style>
a { background-color: #215358; }
a { background-color: rgb(33,83,88); }
div.DivClassName
{
background-color: #215358;
}
.BgClassName
{
background-color: #215358;
}
</style>
border-color css
<style>
span { border-color: #215358; }
span { border-color: rgb(33,83,88); }
td.TdClassName
{
border-color: #215358;
}
.TagClassName
{
border-color: #215358;
}
</style>