Shades of Dark Slate Grey #20514E
Tints of Dark Slate Grey #20514E
RGB
CMYK
RGB Variations
Color information
#20514E (or 0x20514E) is known color: Dark Slate Grey. HEX triplet: 20, 51 and 4E. RGB value is (32,81,78). Sum of RGB (Red+Green+Blue) = 32+81+78=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #20514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20514E is #DFAEB1. Grayscale: #414141. Windows color (decimal): -14659250 or 5132576. OLE color: 5132576.
HSL color Cylindrical-coordinate representation of color #20514E: hue angle of 176.33º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20514E is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 81 | 78 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.68 |
| HSL | 176.33º | 0.43% | 0.22% | - |
| HSV(B) | 176.33º | 0.6% | 0.32% | - |
| XYZ | 4.91 | 6.74 | 8.25 | - |
| YUV | 66.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 78 | 0.60 | 0 | 0.04 | 0.68 | 176.33 | 0.43 | 0.22 |
| Hex | 20 | 51 | 4E | 3C | 0 | 4 | 44 | B0 | 2B | 16 |
| Octal | 40 | 121 | 116 | 74 | 0 | 4 | 104 | 260 | 53 | 26 |
| Binary | 100000 | 1010001 | 1001110 | 111100 | 0 | 100 | 1000100 | 10110000 | 101011 | 10110 |
Color Harmonies of #20514E
Complementary color
Monochromatic Colors of #20514E
Black with #20514E
Text Example
Text Example
White with #20514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20514E; }
p { color: rgb(32,81,78); }
H1.HeaderClassName
{
color: #20514E;
}
.AnyTagClassName
{
color: #20514E;
}
</style>
background-color css
<style>
a { background-color: #20514E; }
a { background-color: rgb(32,81,78); }
div.DivClassName
{
background-color: #20514E;
}
.BgClassName
{
background-color: #20514E;
}
</style>
border-color css
<style>
span { border-color: #20514E; }
span { border-color: rgb(32,81,78); }
td.TdClassName
{
border-color: #20514E;
}
.TagClassName
{
border-color: #20514E;
}
</style>