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