Shades of Dark Slate Grey #21504F
Tints of Dark Slate Grey #21504F
RGB
CMYK
RGB Variations
Color information
#21504F (or 0x21504F) is known color: Dark Slate Grey. HEX triplet: 21, 50 and 4F. RGB value is (33,80,79). Sum of RGB (Red+Green+Blue) = 33+80+79=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #21504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21504F is #DEAFB0. Grayscale: #414141. Windows color (decimal): -14593969 or 5197857. OLE color: 5197857.
HSL color Cylindrical-coordinate representation of color #21504F: hue angle of 178.72º 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 #21504F is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 80 | 79 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.69 |
| HSL | 178.72º | 0.42% | 0.22% | - |
| HSV(B) | 178.72º | 0.59% | 0.31% | - |
| XYZ | 4.91 | 6.63 | 8.42 | - |
| YUV | 65.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 79 | 0.59 | 0 | 0.01 | 0.69 | 178.72 | 0.42 | 0.22 |
| Hex | 21 | 50 | 4F | 3B | 0 | 1 | 45 | B3 | 2A | 16 |
| Octal | 41 | 120 | 117 | 73 | 0 | 1 | 105 | 263 | 52 | 26 |
| Binary | 100001 | 1010000 | 1001111 | 111011 | 0 | 1 | 1000101 | 10110011 | 101010 | 10110 |
Color Harmonies of #21504F
Complementary color
Monochromatic Colors of #21504F
Black with #21504F
Text Example
Text Example
White with #21504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21504F; }
p { color: rgb(33,80,79); }
H1.HeaderClassName
{
color: #21504F;
}
.AnyTagClassName
{
color: #21504F;
}
</style>
background-color css
<style>
a { background-color: #21504F; }
a { background-color: rgb(33,80,79); }
div.DivClassName
{
background-color: #21504F;
}
.BgClassName
{
background-color: #21504F;
}
</style>
border-color css
<style>
span { border-color: #21504F; }
span { border-color: rgb(33,80,79); }
td.TdClassName
{
border-color: #21504F;
}
.TagClassName
{
border-color: #21504F;
}
</style>