Shades of Dark Slate Grey #20504B
Tints of Dark Slate Grey #20504B
RGB
CMYK
RGB Variations
Color information
#20504B (or 0x20504B) is known color: Dark Slate Grey. HEX triplet: 20, 50 and 4B. RGB value is (32,80,75). Sum of RGB (Red+Green+Blue) = 32+80+75=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #20504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20504B is #DFAFB4. Grayscale: #414141. Windows color (decimal): -14659509 or 4935712. OLE color: 4935712.
HSL color Cylindrical-coordinate representation of color #20504B: hue angle of 173.75º 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 #20504B is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 75 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.69 |
| HSL | 173.75º | 0.43% | 0.22% | - |
| HSV(B) | 173.75º | 0.6% | 0.31% | - |
| XYZ | 4.73 | 6.55 | 7.67 | - |
| YUV | 65.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 75 | 0.60 | 0 | 0.06 | 0.69 | 173.75 | 0.43 | 0.22 |
| Hex | 20 | 50 | 4B | 3C | 0 | 6 | 45 | AE | 2B | 16 |
| Octal | 40 | 120 | 113 | 74 | 0 | 6 | 105 | 256 | 53 | 26 |
| Binary | 100000 | 1010000 | 1001011 | 111100 | 0 | 110 | 1000101 | 10101110 | 101011 | 10110 |
Color Harmonies of #20504B
Complementary color
Monochromatic Colors of #20504B
Black with #20504B
Text Example
Text Example
White with #20504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20504B; }
p { color: rgb(32,80,75); }
H1.HeaderClassName
{
color: #20504B;
}
.AnyTagClassName
{
color: #20504B;
}
</style>
background-color css
<style>
a { background-color: #20504B; }
a { background-color: rgb(32,80,75); }
div.DivClassName
{
background-color: #20504B;
}
.BgClassName
{
background-color: #20504B;
}
</style>
border-color css
<style>
span { border-color: #20504B; }
span { border-color: rgb(32,80,75); }
td.TdClassName
{
border-color: #20504B;
}
.TagClassName
{
border-color: #20504B;
}
</style>