Shades of Dark Slate Grey #205051
Tints of Dark Slate Grey #205051
RGB
CMYK
RGB Variations
Color information
#205051 (or 0x205051) is known color: Dark Slate Grey. HEX triplet: 20, 50 and 51. RGB value is (32,80,81). Sum of RGB (Red+Green+Blue) = 32+80+81=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #205051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205051 is #DFAFAE. Grayscale: #414141. Windows color (decimal): -14659503 or 5328928. OLE color: 5328928.
HSL color Cylindrical-coordinate representation of color #205051: hue angle of 181.22º 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 #205051 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 80 | 81 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.68 |
| HSL | 181.22º | 0.43% | 0.22% | - |
| HSV(B) | 181.22º | 0.6% | 0.32% | - |
| XYZ | 4.95 | 6.64 | 8.81 | - |
| YUV | 65.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 81 | 0.60 | 0.01 | 0 | 0.68 | 181.22 | 0.43 | 0.22 |
| Hex | 20 | 50 | 51 | 3C | 1 | 0 | 44 | B5 | 2B | 16 |
| Octal | 40 | 120 | 121 | 74 | 1 | 0 | 104 | 265 | 53 | 26 |
| Binary | 100000 | 1010000 | 1010001 | 111100 | 1 | 0 | 1000100 | 10110101 | 101011 | 10110 |
Color Harmonies of #205051
Complementary color
Monochromatic Colors of #205051
Black with #205051
Text Example
Text Example
White with #205051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205051; }
p { color: rgb(32,80,81); }
H1.HeaderClassName
{
color: #205051;
}
.AnyTagClassName
{
color: #205051;
}
</style>
background-color css
<style>
a { background-color: #205051; }
a { background-color: rgb(32,80,81); }
div.DivClassName
{
background-color: #205051;
}
.BgClassName
{
background-color: #205051;
}
</style>
border-color css
<style>
span { border-color: #205051; }
span { border-color: rgb(32,80,81); }
td.TdClassName
{
border-color: #205051;
}
.TagClassName
{
border-color: #205051;
}
</style>