Shades of Dark Slate Grey #205250
Tints of Dark Slate Grey #205250
RGB
CMYK
RGB Variations
Color information
#205250 (or 0x205250) is known color: Dark Slate Grey. HEX triplet: 20, 52 and 50. RGB value is (32,82,80). Sum of RGB (Red+Green+Blue) = 32+82+80=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #205250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205250 is #DFADAF. Grayscale: #424242. Windows color (decimal): -14658992 or 5263904. OLE color: 5263904.
HSL color Cylindrical-coordinate representation of color #205250: hue angle of 177.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205250 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 80 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.68 |
| HSL | 177.6º | 0.44% | 0.22% | - |
| HSV(B) | 177.6º | 0.61% | 0.32% | - |
| XYZ | 5.06 | 6.92 | 8.66 | - |
| YUV | 66.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 80 | 0.61 | 0 | 0.02 | 0.68 | 177.6 | 0.44 | 0.22 |
| Hex | 20 | 52 | 50 | 3D | 0 | 2 | 44 | B2 | 2C | 16 |
| Octal | 40 | 122 | 120 | 75 | 0 | 2 | 104 | 262 | 54 | 26 |
| Binary | 100000 | 1010010 | 1010000 | 111101 | 0 | 10 | 1000100 | 10110010 | 101100 | 10110 |
Color Harmonies of #205250
Complementary color
Monochromatic Colors of #205250
Black with #205250
Text Example
Text Example
White with #205250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205250; }
p { color: rgb(32,82,80); }
H1.HeaderClassName
{
color: #205250;
}
.AnyTagClassName
{
color: #205250;
}
</style>
background-color css
<style>
a { background-color: #205250; }
a { background-color: rgb(32,82,80); }
div.DivClassName
{
background-color: #205250;
}
.BgClassName
{
background-color: #205250;
}
</style>
border-color css
<style>
span { border-color: #205250; }
span { border-color: rgb(32,82,80); }
td.TdClassName
{
border-color: #205250;
}
.TagClassName
{
border-color: #205250;
}
</style>