Shades of Dark Slate Grey #214F53
Tints of Dark Slate Grey #214F53
RGB
CMYK
RGB Variations
Color information
#214F53 (or 0x214F53) is known color: Dark Slate Grey. HEX triplet: 21, 4F and 53. RGB value is (33,79,83). Sum of RGB (Red+Green+Blue) = 33+79+83=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #214F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F53 is #DEB0AC. Grayscale: #414141. Windows color (decimal): -14594221 or 5459745. OLE color: 5459745.
HSL color Cylindrical-coordinate representation of color #214F53: hue angle of 184.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214F53 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 79 | 83 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.67 |
| HSL | 184.8º | 0.43% | 0.23% | - |
| HSV(B) | 184.8º | 0.6% | 0.33% | - |
| XYZ | 4.98 | 6.54 | 9.18 | - |
| YUV | 65.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 83 | 0.60 | 0.05 | 0 | 0.67 | 184.8 | 0.43 | 0.23 |
| Hex | 21 | 4F | 53 | 3C | 5 | 0 | 43 | B9 | 2B | 17 |
| Octal | 41 | 117 | 123 | 74 | 5 | 0 | 103 | 271 | 53 | 27 |
| Binary | 100001 | 1001111 | 1010011 | 111100 | 101 | 0 | 1000011 | 10111001 | 101011 | 10111 |
Color Harmonies of #214F53
Complementary color
Monochromatic Colors of #214F53
Black with #214F53
Text Example
Text Example
White with #214F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F53; }
p { color: rgb(33,79,83); }
H1.HeaderClassName
{
color: #214F53;
}
.AnyTagClassName
{
color: #214F53;
}
</style>
background-color css
<style>
a { background-color: #214F53; }
a { background-color: rgb(33,79,83); }
div.DivClassName
{
background-color: #214F53;
}
.BgClassName
{
background-color: #214F53;
}
</style>
border-color css
<style>
span { border-color: #214F53; }
span { border-color: rgb(33,79,83); }
td.TdClassName
{
border-color: #214F53;
}
.TagClassName
{
border-color: #214F53;
}
</style>