Shades of Dark Slate Grey #215357
Tints of Dark Slate Grey #215357
RGB
CMYK
RGB Variations
Color information
#215357 (or 0x215357) is known color: Dark Slate Grey. HEX triplet: 21, 53 and 57. RGB value is (33,83,87). Sum of RGB (Red+Green+Blue) = 33+83+87=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #215357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215357 is #DEACA8. Grayscale: #444444. Windows color (decimal): -14593193 or 5722913. OLE color: 5722913.
HSL color Cylindrical-coordinate representation of color #215357: hue angle of 184.44º 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 #215357 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 83 | 87 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.66 |
| HSL | 184.44º | 0.45% | 0.24% | - |
| HSV(B) | 184.44º | 0.62% | 0.34% | - |
| XYZ | 5.44 | 7.2 | 10.12 | - |
| YUV | 68.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 87 | 0.62 | 0.05 | 0 | 0.66 | 184.44 | 0.45 | 0.24 |
| Hex | 21 | 53 | 57 | 3E | 5 | 0 | 42 | B8 | 2D | 18 |
| Octal | 41 | 123 | 127 | 76 | 5 | 0 | 102 | 270 | 55 | 30 |
| Binary | 100001 | 1010011 | 1010111 | 111110 | 101 | 0 | 1000010 | 10111000 | 101101 | 11000 |
Color Harmonies of #215357
Complementary color
Monochromatic Colors of #215357
Black with #215357
Text Example
Text Example
White with #215357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215357; }
p { color: rgb(33,83,87); }
H1.HeaderClassName
{
color: #215357;
}
.AnyTagClassName
{
color: #215357;
}
</style>
background-color css
<style>
a { background-color: #215357; }
a { background-color: rgb(33,83,87); }
div.DivClassName
{
background-color: #215357;
}
.BgClassName
{
background-color: #215357;
}
</style>
border-color css
<style>
span { border-color: #215357; }
span { border-color: rgb(33,83,87); }
td.TdClassName
{
border-color: #215357;
}
.TagClassName
{
border-color: #215357;
}
</style>