Shades of Dark Slate Grey #20504C
Tints of Dark Slate Grey #20504C
RGB
CMYK
RGB Variations
Color information
#20504C (or 0x20504C) is known color: Dark Slate Grey. HEX triplet: 20, 50 and 4C. RGB value is (32,80,76). Sum of RGB (Red+Green+Blue) = 32+80+76=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #20504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20504C is #DFAFB3. Grayscale: #414141. Windows color (decimal): -14659508 or 5001248. OLE color: 5001248.
HSL color Cylindrical-coordinate representation of color #20504C: hue angle of 175º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20504C is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 76 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.69 |
| HSL | 175º | 0.43% | 0.22% | - |
| HSV(B) | 175º | 0.6% | 0.31% | - |
| XYZ | 4.77 | 6.57 | 7.85 | - |
| YUV | 65.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 76 | 0.60 | 0 | 0.05 | 0.69 | 175 | 0.43 | 0.22 |
| Hex | 20 | 50 | 4C | 3C | 0 | 5 | 45 | AF | 2B | 16 |
| Octal | 40 | 120 | 114 | 74 | 0 | 5 | 105 | 257 | 53 | 26 |
| Binary | 100000 | 1010000 | 1001100 | 111100 | 0 | 101 | 1000101 | 10101111 | 101011 | 10110 |
Color Harmonies of #20504C
Complementary color
Monochromatic Colors of #20504C
Black with #20504C
Text Example
Text Example
White with #20504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20504C; }
p { color: rgb(32,80,76); }
H1.HeaderClassName
{
color: #20504C;
}
.AnyTagClassName
{
color: #20504C;
}
</style>
background-color css
<style>
a { background-color: #20504C; }
a { background-color: rgb(32,80,76); }
div.DivClassName
{
background-color: #20504C;
}
.BgClassName
{
background-color: #20504C;
}
</style>
border-color css
<style>
span { border-color: #20504C; }
span { border-color: rgb(32,80,76); }
td.TdClassName
{
border-color: #20504C;
}
.TagClassName
{
border-color: #20504C;
}
</style>