Shades of Dark Slate Grey #204E50
Tints of Dark Slate Grey #204E50
RGB
CMYK
RGB Variations
Color information
#204E50 (or 0x204E50) is known color: Dark Slate Grey. HEX triplet: 20, 4E and 50. RGB value is (32,78,80). Sum of RGB (Red+Green+Blue) = 32+78+80=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #204E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E50 is #DFB1AF. Grayscale: #404040. Windows color (decimal): -14660016 or 5262880. OLE color: 5262880.
HSL color Cylindrical-coordinate representation of color #204E50: hue angle of 182.5º 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 #204E50 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 78 | 80 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.69 |
| HSL | 182.5º | 0.43% | 0.22% | - |
| HSV(B) | 182.5º | 0.6% | 0.31% | - |
| XYZ | 4.77 | 6.34 | 8.56 | - |
| YUV | 64.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 80 | 0.60 | 0.02 | 0 | 0.69 | 182.5 | 0.43 | 0.22 |
| Hex | 20 | 4E | 50 | 3C | 2 | 0 | 45 | B6 | 2B | 16 |
| Octal | 40 | 116 | 120 | 74 | 2 | 0 | 105 | 266 | 53 | 26 |
| Binary | 100000 | 1001110 | 1010000 | 111100 | 10 | 0 | 1000101 | 10110110 | 101011 | 10110 |
Color Harmonies of #204E50
Complementary color
Monochromatic Colors of #204E50
Black with #204E50
Text Example
Text Example
White with #204E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E50; }
p { color: rgb(32,78,80); }
H1.HeaderClassName
{
color: #204E50;
}
.AnyTagClassName
{
color: #204E50;
}
</style>
background-color css
<style>
a { background-color: #204E50; }
a { background-color: rgb(32,78,80); }
div.DivClassName
{
background-color: #204E50;
}
.BgClassName
{
background-color: #204E50;
}
</style>
border-color css
<style>
span { border-color: #204E50; }
span { border-color: rgb(32,78,80); }
td.TdClassName
{
border-color: #204E50;
}
.TagClassName
{
border-color: #204E50;
}
</style>