Shades of Dark Slate Grey #21504E
Tints of Dark Slate Grey #21504E
RGB
CMYK
RGB Variations
Color information
#21504E (or 0x21504E) is known color: Dark Slate Grey. HEX triplet: 21, 50 and 4E. RGB value is (33,80,78). Sum of RGB (Red+Green+Blue) = 33+80+78=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #21504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21504E is #DEAFB1. Grayscale: #414141. Windows color (decimal): -14593970 or 5132321. OLE color: 5132321.
HSL color Cylindrical-coordinate representation of color #21504E: hue angle of 177.45º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21504E is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 80 | 78 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.69 |
| HSL | 177.45º | 0.42% | 0.22% | - |
| HSV(B) | 177.45º | 0.59% | 0.31% | - |
| XYZ | 4.87 | 6.61 | 8.23 | - |
| YUV | 65.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 78 | 0.59 | 0 | 0.02 | 0.69 | 177.45 | 0.42 | 0.22 |
| Hex | 21 | 50 | 4E | 3B | 0 | 2 | 45 | B1 | 2A | 16 |
| Octal | 41 | 120 | 116 | 73 | 0 | 2 | 105 | 261 | 52 | 26 |
| Binary | 100001 | 1010000 | 1001110 | 111011 | 0 | 10 | 1000101 | 10110001 | 101010 | 10110 |
Color Harmonies of #21504E
Complementary color
Monochromatic Colors of #21504E
Black with #21504E
Text Example
Text Example
White with #21504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21504E; }
p { color: rgb(33,80,78); }
H1.HeaderClassName
{
color: #21504E;
}
.AnyTagClassName
{
color: #21504E;
}
</style>
background-color css
<style>
a { background-color: #21504E; }
a { background-color: rgb(33,80,78); }
div.DivClassName
{
background-color: #21504E;
}
.BgClassName
{
background-color: #21504E;
}
</style>
border-color css
<style>
span { border-color: #21504E; }
span { border-color: rgb(33,80,78); }
td.TdClassName
{
border-color: #21504E;
}
.TagClassName
{
border-color: #21504E;
}
</style>